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.C1Schedule
Assembly:  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

Return Value

The Status object.

See Also