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 |
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
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 |