Gets or sets the name for this resource.
Namespace: MindFusion.Scheduling
File: Resource.js
JavaScript Copy Code |
---|
get name() {} |
A String that represents the name of the Resource.
The 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 |