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