scripting:api:settings-storage:count

Count

Property of ISettingsStorage

Returns number of items in collection

Read-Only Property of type long

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