This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfoProperty Interface > IGPFieldInfoProperty.HasError Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* error
);
[C++]
HRESULT put_HasError(
VARIANT_BOOL error
);
[C++]
Parameters error [out, retval] error is a parameter of type VARIANT_BOOL error [in] error is a parameter of type VARIANT_BOOL