C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Links Property

In This Topic
Links Property
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
 
Remarks
This property only accepts Contact objects which are present in the C1ScheduleStorage.ContactStorage storage.
See Also