This document is archived and information here might be outdated. Recommended version. |
Indicates whether error reporting is enabled.
[Visual Basic .NET] Public Property ErrorReportEnableUpload As Boolean
[C#] public bool ErrorReportEnableUpload {get; set;}
[C++]
HRESULT get_ErrorReportEnableUpload(
VARIANT_BOOL pVal
);
[C++]
HRESULT put_ErrorReportEnableUpload(
Boolean* pVal
);
[C++]
Parameters pVal [in]
pVal is a parameter of type bool pVal [out, retval]
pVal is a parameter of type bool*