ArcObjects Library Reference (Carto)  

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(
  BSTR* 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