Gets the state the transaction is in.

Namespace:  C1.Data.Transactions
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public TransactionState State { get; private set; }
Visual Basic
Public Property State As TransactionState
	Get
	Private Set

Implements

ITransaction..::..State

See Also