JobExecution.JobVersion Property

Definition

Gets the job version number.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.jobVersion")]
public int? JobVersion { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.jobVersion")>]
member this.JobVersion : Nullable<int>
Public ReadOnly Property JobVersion As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to