Share via


JobsSummary.SuspendedJobs Property

Definition

Gets or sets count of suspended jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to