Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Values ====== Property of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Gets name value pairs collection ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Val = SettingsStorage.Values; </code>==== Visual Basic Script ==== <code vb> Val = SettingsStorage.Values </code>==== C++ ==== <code cpp> VARIANT Val; HRESULT hr = SettingsStorage.get_Values(&Val); </code>===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~