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


IFieldError.FieldError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldError Interface > IFieldError.FieldError Property
ArcGIS Developer Help

IFieldError.FieldError Property

Resets the enumeration sequence to the beginning.

[Visual Basic .NET]
Public ReadOnly Property FieldError As esriFieldNameErrorType
[C#]
public esriFieldNameErrorType FieldError {get;}
[C++]
HRESULT get_FieldError(
  esriFieldNameErrorType* FieldError
);
[C++]
Parameters
FieldError [out, retval]

FieldError is a parameter of type esriFieldNameErrorType*

Product Availability

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

See Also

IFieldError Interface