LinkedTransaction.Transaction 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.
Returns the IMS transaction we're wrapping
public:
property Microsoft::VisualStudio::Modeling::Transaction ^ Transaction { Microsoft::VisualStudio::Modeling::Transaction ^ get(); };
public Microsoft.VisualStudio.Modeling.Transaction Transaction { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Transaction : Microsoft.VisualStudio.Modeling.Transaction
Public ReadOnly Property Transaction As Transaction
Property Value
- Attributes