Store.TransactionLogs Property

Definition

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

Applies to