INamedDestinationCollection

INamedDestinationCollection class

Collection of Named Destinations.

The INamedDestinationCollection type exposes the following members:

Properties

NameDescription
countReturns count of the destinations.
namesGets array of names of the destinations.

Methods

NameDescription
remove(name)Removes destination by its name.
add(name, appointment)Adds new named destination.

See Also