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