Gets or sets the newly created resource.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public Resource Resource { get; set; } |
Visual Basic Copy Code |
---|
Public Property Resource As Resource |
An instance of a Resource-derived class.
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.