QueryDataCubeInfosOptionsJobRunResult Property |
Gets or sets the job result.
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(Name = "jobRunResult", EmitDefaultValue = false)]
public JobRunResult? JobRunResult { get; set; }
<DataMemberAttribute(Name := "jobRunResult", EmitDefaultValue := false)>
Public Property JobRunResult As JobRunResult?
Get
Set
public:
[DataMemberAttribute(Name = L"jobRunResult", EmitDefaultValue = false)]
property Nullable<JobRunResult> JobRunResult {
Nullable<JobRunResult> get ();
void set (Nullable<JobRunResult> value);
}
[<DataMemberAttribute(Name = "jobRunResult", EmitDefaultValue = false)>]
member JobRunResult : Nullable<JobRunResult> with get, set
Property Value
Type:
NullableJobRunResultSee Also