====== Name ====== Property of [[:scripting:api:pane:start|IPane]] ===== Description ===== Returns Pane verb ID ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sName = Pane.Name; ==== Visual Basic Script ==== sName = Pane.Name ==== C++ ==== BSTR sName; HRESULT hr = Pane.get_Name(&sName); ===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~