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

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

Syntax

C#
public List<Contact> Links { get; }
Visual Basic
Public ReadOnly Property Links As List(Of Contact)
	Get

See Also