[]
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; }
Public ReadOnly Default Property Item(type As StatusTypeEnum) As Status
| Type | Name | Description |
|---|---|---|
| StatusTypeEnum | type | The StatusTypeEnum value. |
| Type | Description |
|---|---|
| Status | The Status object. |