Bagikan melalui


PipelineRun.IsLatest Property

Definition

Gets indicates if the recovered pipeline run is the latest in its group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to