Gets the contacts whose schedule to display when GroupType is set to GroupByContacts.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ResourceCollection<Contact> Contacts { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Contacts As ResourceCollection(Of Contact) |
An instance of the ResourceCollection class specifying which contacts are displayed in list and timetable views.
See Also