Gets the id for the running job
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<Guid> ImagingJobId { get; set; }
public Nullable<Guid> ImagingJobId { get; set; }Public Property ImagingJobId As Nullable(Of Guid)
Get
Set
Public Property ImagingJobId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ImagingJobId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
public:
property Nullable<Guid> ImagingJobId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member ImagingJobId : Nullable<Guid> with get, set
member ImagingJobId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
Reference