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 |
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
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 |