ScheduledJob.ParentJobId Property

Definition

The job Id of the parent orchestration, if any.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="parentJobId")]
public string ParentJobId { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="parentJobId")>]
member this.ParentJobId : string with get, set
Public Property ParentJobId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to