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


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

IDEGdbTable.AliasName Property

The alias name for the table.

[Visual Basic .NET]
Public Property AliasName As String
[C#]
public string AliasName {get; set;}
[C++]
HRESULT get_AliasName(
  System.String* AliasName
);
[C++]
HRESULT put_AliasName(
  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

IDEGdbTable Interface