次の方法で共有


TaskCounts.Completed プロパティ

定義

完了した状態のタスクの数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象