INamedDestinationCollection.Item

INamedDestinationCollection indexer

Gets or sets destination by its name.

public IAppointment this[string name] { get; set; }
ParameterDescription
nameName value.

Return Value

Destination object.

See Also