scripting:api:bundle:get-property

GetProperty

Method of IBundle

Reads bundle property by name

var psValue = Bundle.GetProperty(sName);
psValue = Bundle.GetProperty sName
BSTR sValue;
HRESULT hr = Bundle.GetProperty(sName, &sValue);