Share via


TransactionManager.InTransaction Property

True if there is an active transaction.

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

Syntax

'Declaration
Public ReadOnly Property InTransaction As Boolean
'Usage
Dim instance As TransactionManager 
Dim value As Boolean 

value = instance.InTransaction
public bool InTransaction { get; }
public:
property bool InTransaction {
    bool get ();
}
public function get InTransaction () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TransactionManager Class

TransactionManager Members

Microsoft.VisualStudio.Modeling Namespace