Share via


JobRelationshipProperties.RecurrenceId Property

Definition

Gets or sets the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to