PocketPlanner Programmer's Guide

Schedule.Locations Property

See Also

Gets all locations defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public LocationCollection Locations { get; }

Visual Basic

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