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





Gets a list with all Location objects defined in the Schedule.

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

 Syntax

C#  Copy Code

public ResourceCollection<Location> Locations { get; }

Visual Basic  Copy Code

Public ReadOnly Property Locations As ResourceCollection(Of Location)

 Property Value

An instance of the ResourceCollection class that contains the locations.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace