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


IAction.Alias Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAction Interface > IAction.Alias Property
ArcGIS Developer Help

IAction.Alias Property

Allows user to specify or retrieve the alias name for this action.

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

pbstrAlias is a parameter of type BSTR* pbstrAlias [in]
pbstrAlias is a parameter of type BSTR

Product Availability

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

See Also

IAction Interface