Gets the string identifier for this resource.
Namespace: MindFusion.Scheduling
Assembly: Resource.js
SyntaxJavaScript
Copy Code
|
|---|
get id() {} |
A String that identifies the Resource.
ExampleThe following code creates a new Resource and adds it to the resources list of a schedule:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // add a resource to the schedule.resources collection |
See Also