Get the unique identifier of the job that caused this commit
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
Guid JobId { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property JobId As Guid Get  | 
| Visual C++ | 
|---|
property Guid JobId { Guid get (); }  | 
| F# | 
|---|
abstract JobId : Guid with get  |