This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.AliasName Property (ArcObjects .NET 10.4 SDK) |
The alias name of the field.
[Visual Basic .NET] Public ReadOnly Property AliasName As String
[C#] public string AliasName {get;}
[C++]
HRESULT get_AliasName(
BSTR* 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.