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 browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte 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 |