Scheduler for WPF | ComponentOne
C1.Schedule Namespace / AppointmentCollection Class / Owners Property

In This Topic
    Owners Property
    In This Topic
    Gets the reference to the associated ContactCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owners As ContactCollection
    public ContactCollection Owners {get;}
    See Also