次の方法で共有


JobRecurrenceInformation.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

適用対象