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


IField.AliasName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.AliasName Property
ArcGIS Developer Help

IField.AliasName Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IField Interface