Share via


Store.TransactionLogs Property

Gets the current list of transaction logs for the store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property TransactionLogs As ICollection(Of TransactionLog)
'Usage
Dim instance As Store 
Dim value As ICollection(Of TransactionLog)

value = instance.TransactionLogs
public ICollection<TransactionLog> TransactionLogs { get; }
public:
property ICollection<TransactionLog^>^ TransactionLogs {
    ICollection<TransactionLog^>^ get ();
}
public function get TransactionLogs () : ICollection<TransactionLog>

Property Value

Type: System.Collections.Generic.ICollection<TransactionLog>
An IList of transaction logs.

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace