Get the unique identifier of the job that caused this commit

Namespace: BrightstarDB.Client
Assembly: 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

Property Value

Type: Guid

See Also