共用方式為


TaskSlotCounts.Failed Property

Definition

Gets or sets the number of TaskSlots for failed Tasks.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to