Gets the ContactList object which holds the set
of Contact objects for this appointment.
An appointment may be associated with multiple contacts.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public ContactList Links { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property Links As ContactList Get Friend Set |