Share via


Job.JobId Property

Definition

Gets or sets the id of the job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.jobId")]
public Guid JobId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.jobId")>]
member this.JobId : Guid with get, set
Public Property JobId As Guid

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to