Gets the old resources the item was associated with.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ResourceCollection OldResources { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldResources As ResourceCollection |
A collection of resources originally associated with the item.
RemarksThe returned collection might contain Contact, Location, Task or Resource objects depending on the current grouping type.
See Also