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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

This property only accepts Status objects which are present in the C1ScheduleStorage.StatusStorage storage.

See Also