JobPipelineInformation.Recurrences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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