Share via


Job.JobType Property

Definition

Gets the type of the job. Possible values include: 'Invalid', 'ScanForUpdates', 'DownloadUpdates', 'InstallUpdates', 'RefreshShare'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.jobType")]
public string JobType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.jobType")>]
member this.JobType : string
Public ReadOnly Property JobType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to