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