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

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