The name of the extension.
[Visual Basic 6.0] Property Name As String
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
[Java] public String getName() throws IOException, AutomationException
[C++]
HRESULT get_Name(
BSTR* extensionName
);
Parameters
extensionName [out, retval]
extensionName is a parameter of type BSTR
When implementing IExtension to create a custom extension, use the Name property to set the name of this extension.