ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.AliasName Property

The alias name of the field.

[Visual Basic .NET]
Public WriteOnly Property AliasName_2
[C#]
public void AliasName_2 {set;}
[C++]
HRESULT put_AliasName(
  BSTR 
);
[C++]

Parameters

[in]    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 a personal, File or ArcSDE geodatabase. 

This is not supported for shapefiles, coverages, or other data sources.

You can register a table within the geodatabase to become an object class by right-clicking on the table in ArcCatalog and clicking on "Register with Geodatabase".

See Also

IFieldEdit Interface