Property of ISettingsStorage
Gets name value pairs collection
Read-Only Property of type VARIANT
var Val = SettingsStorage.Values;
==== Visual Basic Script ====
Val = SettingsStorage.Values
==== C++ ====
VARIANT Val; HRESULT hr = SettingsStorage.get_Values(&Val);
===== See Also ===== ISettingsStorage