Gets or sets the Status object indicating the busy status
of the user for the appointment.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.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.