ScheduledJob.ParentJobId 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.
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