Share via


JobRecurrenceInformation.NumJobsFailed Property

Definition

Gets the number of jobs in this recurrence that have failed.

[Newtonsoft.Json.JsonProperty(PropertyName="numJobsFailed")]
public int? NumJobsFailed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numJobsFailed")>]
member this.NumJobsFailed : Nullable<int>
Public ReadOnly Property NumJobsFailed As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to