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


IFieldInfoSet.FieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.FieldName Property
ArcGIS Developer Help

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,
  System.String* 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