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.Silverlight.Schedule (in C1.Silverlight.Schedule.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.