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

In This Topic
    AppointmentStorage Property
    In This Topic
    Gets the AppointmentStorage object.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.AppointmentStorage", "The AppointmentStorage object.")>
    Public ReadOnly Property AppointmentStorage As AppointmentStorage
    [C1Description("Storage.AppointmentStorage", "The AppointmentStorage object.")]
    public AppointmentStorage AppointmentStorage {get;}
    See Also