次の方法で共有


PipelineRun.IsLatest プロパティ

定義

取得は、回復されたパイプラインの実行がそのグループの最新であるかどうかを示します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象