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