次の方法で共有


JobPipelineInformation.NumJobsCanceled プロパティ

定義

取り消されたこのパイプライン内のジョブの数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="numJobsCanceled")]
public int? NumJobsCanceled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numJobsCanceled")>]
member this.NumJobsCanceled : Nullable<int>
Public ReadOnly Property NumJobsCanceled As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象