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


IFieldInfo2.Alias Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFieldInfo2.Alias Property

The alias for the field.

[Visual Basic .NET]
Public Property Alias As String
[C#]
public string Alias {get; set;}
[C++]
HRESULT get_Alias(
  BSTR* AliasName
);
[C++]
HRESULT put_Alias(
  BSTR AliasName
);
[C++]

Parameters AliasName [out, retval] AliasName is a parameter of type BSTR AliasName [in] AliasName is a parameter of type BSTR

Product Availability

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

See Also

IFieldInfo2 Interface