This document is archived and information here might be outdated. Recommended version. |
The associated log table.
[Visual Basic .NET] Public Property LogTable As ITable
[C#] public ITable LogTable {get; set;}
[C++]
HRESULT get_LogTable(
ITable** ppLogTable
);
[C++]
HRESULT putref_LogTable(
ITable* ppLogTable
);
[C++] Parameters ppLogTable [out, retval]
ppLogTable is a parameter of type ITable** ppLogTable [in]
ppLogTable is a parameter of type ITable*