Gets the ContactList object which holds the set of Contact objects for this appointment. An appointment may be associated with multiple contacts.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public ContactList Links { get; internal set; }
Visual Basic
Public Property Links As ContactList
	Get
	Friend Set

Remarks

This property only accepts Contact objects which are present in the C1ScheduleStorage.ContactStorage storage.

See Also