Gets or sets the newly created resource.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Resource Resource { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Resource As Resource |
An instance of a Resource-derived class.
RemarksUpon handling the InstantiateResource event, you have to create a resource of the appropriate type, as specified by ClassId, and assign it to this property.
See Also