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.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public Status this[ StatusTypeEnum type ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ type As StatusTypeEnum _ ) As Status Get |
Parameters
- type
- Type: C1.C1Schedule..::..StatusTypeEnum
The StatusTypeEnum value.