Search
Schedule.Resources Property
See Also
 





Gets all resources defined in the Schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceCollection Resources { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resources As ResourceCollection

 Property Value

An instance of the ResourceCollection class containing all resources associated with this schedule.

 Remarks

Add resources to this collection before assigning them to schedule items.

 See Also