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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultValueAttribute(typeof(Status), "Free")]
public Status BusyStatus { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Status), "Free")> _
Public Property BusyStatus As Status
	Get
	Set

See Also