GetConfigSetting

Use to return the value of a global configuration property.

Syntax

string GetConfigSetting (string key)

Parameters

Returns

String. Returns the value of the global property passed in the key parameter.

Examples