This document is archived and information here might be outdated.  Recommended version.


IGPFieldInfoProperty.HasError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfoProperty Interface > IGPFieldInfoProperty.HasError Property
ArcGIS Developer Help

IGPFieldInfoProperty.HasError Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldInfoProperty Interface