Store::TransactionLogs Property
Visual Studio 2015
Gets the current list of transaction logs for the store.
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.
Show: