Store::TransactionLogs Property

 

Gets the current list of transaction logs for the store.

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

public:
property ICollection<TransactionLog^>^ TransactionLogs {
	ICollection<TransactionLog^>^ get();
}

Property Value

Type: System.Collections.Generic::ICollection<TransactionLog^>^

An IList of transaction logs.

Return to top
Show: