scripting:api:bundle:id

id

Property of IBundle

Returns ID

Read-Only Property of type BSTR

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