Gets the old resources the item was associated with.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection<Resource> OldResources { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OldResources As ResourceCollection(Of Resource) |
A collection of resources originally associated with the item.
The returned collection might contain Contact, Location, Task or Resource objects depending on the current grouping type.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |