scripting:api:bundle:id

id

Property of IBundle

Returns ID

Read-Only Property of type BSTR

var sID = Bundle.id;

==== Visual Basic Script ====

sID = Bundle.id

==== C++ ====

BSTR sID;
HRESULT hr = Bundle.get_id(&sID);

===== See Also ===== IBundle