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