This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.FieldName Property (ArcObjects .NET 10.5 SDK) |
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