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