Search
InstantiateResourceEventArgs.Resource Property
See Also
 






Gets or sets the newly created resource.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; set; }

Visual Basic  Copy Code

Public Property Resource As Resource

 Property Value

An instance of a Resource-derived class.

 Remarks

Upon 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