Share via


Transaction.TopLevelTransaction Property

Gets the top-level transaction of the transaction hierarchy.

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

Syntax

'Declaration
Public ReadOnly Property TopLevelTransaction As Transaction
'Usage
Dim instance As Transaction 
Dim value As Transaction 

value = instance.TopLevelTransaction
public Transaction TopLevelTransaction { get; }
public:
property Transaction^ TopLevelTransaction {
    Transaction^ get ();
}
public function get TopLevelTransaction () : Transaction

Property Value

Type: Microsoft.VisualStudio.Modeling.Transaction
The top-level transaction of the transaction hierarchy.

.NET Framework Security

See Also

Reference

Transaction Class

Transaction Members

Microsoft.VisualStudio.Modeling Namespace