MindFusion.Scheduling for ASP.NET Programmer's Guide
Schedule.Contacts Property
See Also
 





Gets a collection with all Contact objects defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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 class that contains the Contact objects.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace