====== 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 ====
var sVersion = Bundle.Version;
==== Visual Basic Script ====
sVersion = Bundle.Version
==== C++ ====
BSTR sVersion;
HRESULT hr = Bundle.get_Version(&sVersion);
===== See Also =====
[[:scripting:api:bundle:start|IBundle]]
~~NOTOC~~