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!

GetSetting Function

Returns a key setting value from an application's entry in the Windows registry.

GetSetting(appname, section, key[, default])

Arguments

appname
Required. String expression containing the name of the application or project whose key setting is requested.
section
Required. String expression containing the name of the section in which the key setting is found.
key
Required. String expression containing the name of the key setting to return.
default
Optional. Expression containing the value to return if no value is set in the key setting. If omitted, default is assumed to be a zero-length string ("").

Remarks

If any of the items named in the GetSetting arguments do not exist, GetSetting returns a value of default.

See Also

Example

DeleteSetting Statement | GetAllSettings Function | SaveSetting Statement