Share via


JobRelationshipProperties.RunId Property

Definition

Gets or sets the run identifier (a GUID), unique identifier of the iteration of this pipeline.

[Newtonsoft.Json.JsonProperty(PropertyName="runId")]
public Guid? RunId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runId")>]
member this.RunId : Nullable<Guid> with get, set
Public Property RunId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to