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


IFieldInfoSet.FieldName Property (ArcObjects .NET 10.4 SDK)
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