NamedDestinationCollection.Item

NamedDestinationCollection indexer

Gets or sets appointment by its name.

public IAppointment this[string name] { get; set; }
ParameterDescription
nameName of the appointment.

Return Value

Appoitnemt

See Also