Share via


JobRecurrenceInformation.NumJobsCanceled Property

Definition

Gets the number of jobs in this recurrence that have been canceled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to