scripting:api:bundle:get-property

GetProperty

Method of IBundle

Reads bundle property by name

var psValue = Bundle.GetProperty(sName);

==== Visual Basic Script ====

psValue = Bundle.GetProperty sName

==== C++ ====

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

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