Share via


JobsSummary.FailedJobs Property

Definition

Gets or sets count of failed jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to