Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Name ====== Property of [[:scripting:api:command-handler:start|ICommandHandler]] ===== Description ===== Returns command name/id ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sID = CommandHandler.Name; </code>==== Visual Basic Script ==== <code vb> sID = CommandHandler.Name </code>==== C++ ==== <code cpp> BSTR sID; HRESULT hr = CommandHandler.get_Name(&sID); </code>===== See Also ===== [[:scripting:api:command-handler:start|ICommandHandler]] ~~NOTOC~~