JobRunEventDataJobId Property |
Gets the 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 = true, Name = "jobId")]
public Guid? JobId { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "jobId")>
Public Property JobId As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"jobId")]
property Nullable<Guid> JobId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "jobId")>]
member JobId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also