ArcObjects Library Reference (GeoDatabase)  

IFieldError.FieldIndex Property

Field index for the current field error.

[Visual Basic .NET]
Public ReadOnly Property FieldIndex As Integer
[C#]
public int FieldIndex {get;}
[C++]
HRESULT get_FieldIndex(
  long* FieldIndex
);
[C++]

Parameters

FieldIndex [out, retval]   FieldIndex is a parameter of type long

Product Availability

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

See Also

IFieldError Interface