Get the type of transaction

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

Property Value

Type: TransactionType

See Also