Transaction.TopLevelTransaction 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.
return a reference to the top level transaction that nests this transaction
public:
property Microsoft::VisualStudio::Modeling::Transaction ^ TopLevelTransaction { Microsoft::VisualStudio::Modeling::Transaction ^ get(); };
public Microsoft.VisualStudio.Modeling.Transaction TopLevelTransaction { get; }
member this.TopLevelTransaction : Microsoft.VisualStudio.Modeling.Transaction
Public ReadOnly Property TopLevelTransaction As Transaction
Property Value
Transaction