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; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "parentJobId")>
Public Property ParentJobId As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"parentJobId")]
property Nullable<Guid> ParentJobId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "parentJobId")>]
member ParentJobId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidRemarks 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