Gets or sets the Status object indicating the busy status of the user for the appointment.

Namespace:  C1.Web.UI.Controls.C1Schedule.Common
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Status BusyStatus { get; }
Visual Basic
Public ReadOnly Property BusyStatus As Status
	Get

See Also