Gets all resources defined in the Schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection Resources { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Resources As ResourceCollection |
An instance of the ResourceCollection class containing all resources associated with this schedule.
Add resources to this collection before assigning them to schedule items.