Gets all locations defined in the Schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ResourceCollection<Location> Locations { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Locations As ResourceCollection(Of Location) |
An instance of the generic ResourceCollection(Location) class containing all locations associated with this schedule.
RemarksAdd locations to this collection before assigning them to schedule items.
See Also