This document is archived and information here might be outdated. Recommended version. |
Indicates whether the error and status tables are cleared prior to the analysis.
[Visual Basic .NET]
Public Property ClearErrors As Boolean
[C#]
public bool ClearErrors {get; set;}
[C++]
HRESULT get_ClearErrors(
VARIANT_BOOL pbClearErrors
);
[C++]
HRESULT put_ClearErrors(
Boolean* pbClearErrors
);
[C++] Parameters pbClearErrors [in]
pbClearErrors is a parameter of type bool pbClearErrors [out, retval]
pbClearErrors is a parameter of type bool*