[]
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.
public Status this[StatusTypeEnum type] { get; }
Type | Name | Description |
---|---|---|
StatusTypeEnum | type | The StatusTypeEnum value. |
Type | Description |
---|---|
Status | The Status object. |