Store.TransactionActive Property

Gets or sets whether the store has a currently active transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Property TransactionActive As Boolean
'Usage
Dim instance As Store 
Dim value As Boolean 

value = instance.TransactionActive

instance.TransactionActive = value
public bool TransactionActive { get; internal set; }
public:
property bool TransactionActive {
    bool get ();
    void set (bool value);
}
public function get TransactionActive () : boolean 
public function set TransactionActive (value : boolean)

Property Value

Type: System.Boolean
true if the store has a currently active transaction; otherwise, false.

Remarks

This property indicates if the store has a currently active transaction.

This is true when a transaction is open and includes the time until all events have finished firing.

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace