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