Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1ScheduleStorage Class / OwnerStorage Property

In This Topic
    OwnerStorage Property (C1ScheduleStorage)
    In This Topic
    Gets the C1.Schedule.C1ScheduleStorage.ContactStorage object used to keep contacts which might be used as appointment owners.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerStorage As ContactStorage
    public ContactStorage OwnerStorage {get;}
    Remarks
    C1.Schedule.Appointment.Owner property only accepts C1.Schedule.Contact objects which are present in this storage.
    See Also