JobDataParentJobId Property

Gets or sets the parent job's ID.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "parentJobId")]
public Guid? ParentJobId { get; set; }

Property Value

Type: NullableGuid
Remarks
If IsChildJob is true while the Parent Job ID is null, it means that the caller isn't allowed to access the job.
See Also