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 |
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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 |