Gets all tasks defined in this Schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public TaskCollection Tasks { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Tasks As TaskCollection |
An instance of the TaskCollection class containing references to the tasks assigned to the schedule.
RemarksIf you need to assign a Task object to schedule items, add the task to this collection before assigning it to the item.
See Also