This document is archived and information here might be outdated. Recommended version. |
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