II3IDTool::Name Property
get_Name
Returns the name of the tool. The name is not localized.
IDL Function Prototype
HRESULT Name(
[out, retval] BSTR * ToolName
);
C/C++ Syntax
HRESULT get_Name( BSTR * ToolName );
Parameters
- ToolName
-
The non-localized tool name.