共用方式為


TaskSlotCounts.Completed Property

Definition

Gets or sets the number of TaskSlots for completed Tasks.

[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