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