Get the store-unique identifier for this transaction
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
ulong Id { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property Id As ULong Get  | 
| Visual C++ | 
|---|
property unsigned long long Id { unsigned long long get (); }  | 
| F# | 
|---|
abstract Id : uint64 with get  |