共用方式為


TaskCounts.Active Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to