다음을 통해 공유


JobsSummary.InProgressJobs Property

Definition

Gets or sets count of in-progress jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to