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

See also

IJob