次の方法で共有


JobPipelineInformation.Recurrences プロパティ

定義

このパイプラインの各実行を表す繰り返し識別子の一覧を取得します。

[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))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象