This document is archived and information here might be outdated. Recommended version. |
Indicates if the attribute table should be used for remapping.
[Visual Basic .NET]
Public Property UseTable As Boolean
[C#]
public bool UseTable {get; set;}
[C++]
HRESULT get_UseTable(
Boolean* pbUseTable
);
[C++]
HRESULT put_UseTable(
VARIANT_BOOL pbUseTable
);
[C++] Parameters pbUseTable [out, retval]
pbUseTable is a parameter of type bool* pbUseTable [in]
pbUseTable is a parameter of type bool