JobExecution.JobExecutionId Property

Definition

Gets the unique identifier of the job execution.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to