This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
GetAllSettings Function
Returns a list of key settings and their respective values (originally created with SaveSetting) from an application's entry in the Windows .
GetAllSettings(appname, section)
Arguments
- appname
- Required. containing the name of the application or whose key settings are requested.
- section
- Required. String expression containing the name of the section whose key settings are requested. GetAllSettings returns an that contains a two-dimensional of strings. The strings contain all the key settings in the specified section, plus their corresponding values.
Remarks
GetAllSettings returns an uninitialized Object if either appname or section does not exist.
See Also
Example
DeleteSetting Statement | GetSetting Function | SaveSetting Statement