This document is archived and information here might be outdated. Recommended version. |
The alias name of the field.
[Visual Basic .NET]
Public ReadOnly Property AliasName As String
[C#]
public string AliasName {get;}
[C++]
HRESULT get_AliasName(
System.String* Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR*
This is only supported on fields from object classes and feature classes that are registered with the geodatabase; Personal, File or ArcSDE geodatabases. For fields coming from other data sources (shapefiles, coverages, etc) the AliasName will be the same string as the field name.