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

In This Topic
    OwnerStorage Property
    In This Topic
    Gets the ContactStorage object used to keep contacts which might be used as appointment owners.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.OwnerStorage", "The ContactStorage object to keep appointment owners.")>
    Public ReadOnly Property OwnerStorage As ContactStorage
    [C1Description("Storage.OwnerStorage", "The ContactStorage object to keep appointment owners.")]
    public ContactStorage OwnerStorage {get;}
    Remarks
    Appointment.Owner property only accepts Contact objects which are present in this storage.
    See Also