共用方式為


TaskSlotCounts.Succeeded Property

Definition

Gets or sets the number of TaskSlots for succeeded Tasks.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to