Store.TransactionActive Property

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

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

Syntax

'Declaration
Public Property TransactionActive As Boolean
public bool TransactionActive { get; internal set; }
public:
property bool TransactionActive {
    bool get ();
    internal: void set (bool value);
}
member TransactionActive : bool with get, internal set
function get TransactionActive () : boolean
internal 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

Microsoft.VisualStudio.Modeling Namespace