共用方式為


TaskSlotCounts.Active Property

Definition

Gets or sets the number of TaskSlots for active Tasks.

[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