ArcObjects Library Reference (Carto)  

IFieldInfoSet.FieldName Property

The field name at the specified index.

[Visual Basic .NET]
Public Function get_FieldName ( _
    ByVal Index As Integer _
) As String
[C#]
public string get_FieldName (
    int Index
);
[C++]
HRESULT get_FieldName(
  long Index,
  BSTR* FieldName
);
[C++]

Parameters

Index [in]   Index is a parameter of type long FieldName [out, retval]   FieldName is a parameter of type BSTR

Product Availability

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

See Also

IFieldInfoSet Interface