Gets the new resource of the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Resource Resource { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Resource As Resource |
RemarksThis value can be null, if the item doesn't change associated resource.
See Also