NamedDestinationCollection.Add

NamedDestinationCollection.Add method

Add new named destination.

public void Add(string name, IAppointment appointment)
ParameterTypeDescription
nameStringDestination name.
appointmentIAppointmentAppointment to add.

See Also