IJob.name property
Gets or sets the name of the job.
Syntax
var name = iJob.name;
iJob.name = name;
Property value
Type: String
The name of the job.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Gets or sets the name of the job.
var name = iJob.name;
iJob.name = name;
Type: String
The name of the job.
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |