scripting:api:bundles:count

Action unknown: addtobook

Count

Property of IBundles

Returns number of items in collection

Read-Only Property of type long

var nVal = Bundles.Count;
nVal = Bundles.Count
long nVal;
HRESULT hr = Bundles.get_Count(&nVal);