Get the type of transaction
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
TransactionType TransactionType { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property TransactionType As TransactionType Get  | 
| Visual C++ | 
|---|
property TransactionType TransactionType { TransactionType get (); }  | 
| F# | 
|---|
abstract TransactionType : TransactionType with get  |