Delen via


JobPipelineInformation.Recurrences Property

Definition

Gets the list of recurrence identifiers representing each run of this pipeline.

[Newtonsoft.Json.JsonProperty(PropertyName="recurrences")]
public System.Collections.Generic.IList<Guid?> Recurrences { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recurrences")>]
member this.Recurrences : System.Collections.Generic.IList<Nullable<Guid>>
Public ReadOnly Property Recurrences As IList(Of Nullable(Of Guid))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to