Get the status of the transaction

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
TransactionStatus Status { get; }
Visual Basic
ReadOnly Property Status As TransactionStatus
	Get
Visual C++
property TransactionStatus Status {
	TransactionStatus get ();
}
F#
abstract Status : TransactionStatus with get

Property Value

Type: TransactionStatus

See Also