[]
        
(Showing Draft Content)

C1.Schedule.StatusCollection.Item

this Property

this[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.

Declaration
public Status this[StatusTypeEnum type] { get; }
Parameters
Type Name Description
StatusTypeEnum type

The StatusTypeEnum value.

Property Value
Type Description
Status

The Status object.