JobInformation.JobId Property

Definition

Gets the job's unique identifier (a GUID).

[Newtonsoft.Json.JsonProperty(PropertyName="jobId")]
public Guid? JobId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobId")>]
member this.JobId : Nullable<Guid>
Public ReadOnly Property JobId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to