MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.Tasks Property
See Also
 





Gets all tasks defined in this Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ResourceCollection<Task> Tasks { get; }

Visual Basic  Copy Code

Public ReadOnly Property Tasks As ResourceCollection(Of Task)

 Property Value

An instance of the ResourceCollection(Task) 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

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
Task Class