Transaction.Parent 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 the parent of this transaction
public:
property Microsoft::VisualStudio::Modeling::Transaction ^ Parent { Microsoft::VisualStudio::Modeling::Transaction ^ get(); };
public Microsoft.VisualStudio.Modeling.Transaction Parent { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Parent : Microsoft.VisualStudio.Modeling.Transaction
Public ReadOnly Property Parent As Transaction
Property Value
Transaction
- Attributes