Share via


JobRecurrenceInformation.NumJobsSucceeded Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to