Job.Version Property

Definition

Gets the job version number.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to