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