Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / Appointments Property

In This Topic
    Appointments Property (AppointmentStorage)
    In This Topic
    Gets an AppointmentCollection object that contains appointment related information.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.Appointments", "The collection of appointments.")>
    Public ReadOnly Property Appointments As AppointmentCollection
    [C1Description("Storage.Appointments", "The collection of appointments.")]
    public AppointmentCollection Appointments {get;}
    See Also