Store.TransactionLogs 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.
get the current list of transaction logs for this store
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::TransactionLog ^> ^ TransactionLogs { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::TransactionLog ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.TransactionLog> TransactionLogs { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TransactionLogs : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.TransactionLog>
Public ReadOnly Property TransactionLogs As ICollection(Of TransactionLog)
Property Value
- Attributes