Gets all tasks defined in this Schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection<Task> Tasks { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Tasks As ResourceCollection(Of Task) |
An instance of the ResourceCollection 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |