次の方法で共有


JobRecurrenceInformation.NumJobsFailed プロパティ

定義

この繰り返しで失敗したジョブの数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象