Overload List

  Name Description
Public property Item[([( Guid])])
Gets the element with the specified key if any.
(Inherited from BaseCollection<(Of <(<'T>)>)>.)
Public property Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'Status>)>)>.)
Public property Item[([( StatusTypeEnum])])
Gets the Status object specified by the appointment status type. For custom statuses returns the first occurrence. If there is no such Status object in the collection, returns null.

See Also