.NET Helper Packages
C#
Show/Hide TOC
Settings
Section
Get
Setting Method
Returns the value of the specified setting key.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
string
GetSetting
(
string
settingKey
)
Parameters
settingKey
String
Key of the setting to be returned.
Return Value
String
An empty string is returned if the setting is not found.
Implements
ISettingsSection
GetSetting(String)
See Also
Reference
SettingsSection Class
Configuration.Helper Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also