ConfigFileHelperGetSetting(String) Method
Returns the setting value in the configuration file for a given key.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
protected string? GetSetting(
	string settingKey
)
- settingKey  String
 - Key of the setting.
 
String is returned if the setting is not found.