MindFusion.Wpf Pack Programmer's Guide
Schedule.Contacts Property
See Also
 





Gets all contacts defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public ResourceCollection<Contact> Contacts { get; }

Visual Basic  Copy Code

Public ReadOnly Property Contacts As ResourceCollection(Of Contact)

 Property Value

An instance of the ResourceCollection(Contact) class containing all contacts used in the schedule.

 Remarks

Add contacts to this collection before assigning them to a schedule item.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace