MindFusion WinForms Programmer's Guide
Schedule.Locations Property
See Also
 





Gets all locations defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public LocationCollection Locations { get; }

Visual Basic  Copy Code

Public ReadOnly Property Locations As LocationCollection

 Property Value

An instance of the LocationCollection class containing all locations associated with this schedule.

 Remarks

Add locations to this collection before assigning them to schedule items.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
Location Class