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


IGPFieldInfoProperty.HasError Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IGPFieldInfoProperty Interface