INamedDestinationCollection.Add

INamedDestinationCollection.Add method

Adds new named destination.

public void Add(string name, IAppointment appointment)
ParameterTypeDescription
nameStringName value.
appointmentIAppointmentAppointment object.

See Also