Property of ISettingsStorage
Returns number of items in collection
Read-Only Property of type long
var nVal = SettingsStorage.Count;
==== Visual Basic Script ====
nVal = SettingsStorage.Count
==== C++ ====
long nVal; HRESULT hr = SettingsStorage.get_Count(&nVal);
===== See Also ===== ISettingsStorage