次の方法で共有


JobRelationshipProperties.RecurrenceId プロパティ

定義

反復に関係なく、アクティビティ/スクリプトごとに一意の繰り返し識別子 (GUID) を取得または設定します。 これは、同じジョブの異なる出現箇所を一緒にリンクすることです。

[Newtonsoft.Json.JsonProperty(PropertyName="recurrenceId")]
public Guid RecurrenceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recurrenceId")>]
member this.RecurrenceId : Guid with get, set
Public Property RecurrenceId As Guid

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象