Gets all contacts defined in the Schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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 containing all contacts used in the schedule.
Add contacts to this collection before assigning them to a schedule item.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |