PocketPlanner Programmer's Guide

Schedule.Tasks Property

See Also

Gets all tasks defined in this Schedule.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TaskCollection Tasks { get; }

Visual Basic

Public ReadOnly Property Tasks As TaskCollection

 Property Value

An instance of the TaskCollection class containing references to the tasks assigned to the schedule.

 Remarks

If you need to assign a Task object to schedule items, add the task to this collection before assigning it to the item.

 See Also