共用方式為


TaskCounts.Completed Property

Definition

Gets or sets the number of Tasks in the completed state.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to