This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the field info property has an error.
[Visual Basic .NET]
Public Property HasError As Boolean
[C#]
public bool HasError {get; set;}
[C++]
HRESULT get_HasError(
Boolean* error
);
[C++]
HRESULT put_HasError(
VARIANT_BOOL error
);
[C++] Parameters error [out, retval]
error is a parameter of type bool* error [in]
error is a parameter of type bool