Name of macro used for the hotlink.
[Visual Basic 6.0] Property MacroName As String
[Visual Basic .NET] Public Property MacroName As String
[C#] public string MacroName {get; set;}
[Java] public String getMacroName() throws IOException, AutomationException
[Java] public void setMacroName( String MacroName ) throws IOException, AutomationException
[C++]
HRESULT get_MacroName(
BSTR* Name
);
[C++] HRESULT put_MacroName( BSTR Name);
Parameters
Name [out, retval]
Name is a parameter of type BSTR
Name [in]
Name is a parameter of type BSTR