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. ====== HomePage ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns HomePage ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sHomepage = Bundle.HomePage; </code>==== Visual Basic Script ==== <code vb> sHomepage = Bundle.HomePage </code>==== C++ ==== <code cpp> BSTR sHomepage; HRESULT hr = Bundle.get_HomePage(&sHomepage); </code>===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~