Store.TransactionActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the store has a currently active transaction. This is true when a transaction is open through the time all events have finished firing.
public:
property bool TransactionActive { bool get(); };
[set: System.Diagnostics.DebuggerStepThrough]
public bool TransactionActive { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.TransactionActive : bool
Public ReadOnly Property TransactionActive As Boolean
Property Value
- Attributes