Share via


JobRelationshipProperties.PipelineId Property

Definition

Gets or sets the job relationship pipeline identifier (a GUID).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to