ComponentOne Scheduler for WPF and Silverlight
Links Property (Appointment)

C1.C1Schedule Namespace > Appointment Class : Links Property
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

Reference

Appointment Class
Appointment Members