NGWS SDK Documentation  

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 registry.

GetAllSettings(appname, section)

Arguments

appname
Required. String expression containing the name of the application or project whose key settings are requested.
section
Required. String expression containing the name of the section whose key settings are requested. GetAllSettings returns an object that contains a two-dimensional array 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