DeviceJobStatistics.SucceededCount プロパティ

定義

成功したジョブの数。

[Newtonsoft.Json.JsonProperty(PropertyName="succeededCount")]
public int SucceededCount { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="succeededCount")]
public int SucceededCount { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="succeededCount")>]
member this.SucceededCount : int with get, set
Public Property SucceededCount As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象