Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Links Property

In This Topic
    Links Property (Appointment)
    In This Topic
    Gets the ContactList object which holds the set of Contact objects for this appointment. An appointment may be associated with multiple contacts.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Links As ContactList
    public ContactList Links {get;}
    Remarks
    This property only accepts Contact objects which are present in the C1ScheduleStorage.ContactStorage storage.
    See Also