Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / BusyStatus Property

In This Topic
    BusyStatus Property
    In This Topic
    Gets or sets the Status object indicating the busy status of the user for the appointment.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(C1.C1Schedule.Status, "Free")>
    Public Property BusyStatus As Status
    [DefaultValue(C1.C1Schedule.Status, "Free")]
    public Status BusyStatus {get; set;}
    Remarks
    This property only accepts Status objects which are present in the C1ScheduleStorage.StatusStorage storage.
    See Also