Gets the new resources of the item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Resource[] Resources { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Resources As Resource() |
A list with all related resources.
This value can be null (Nothing in Visual Basic), if the item doesn't change associated resource.