.NET Helper Packages
C#
Show/Hide TOC
Settings
Section
Settings Property
Gets the collection of key/value settings.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
IDictionary
<
string
,
string
>
Settings
{
get
; }
Property Value
IDictionary
String
,
String
Implements
ISettingsSection
Settings
See Also
Reference
SettingsSection Class
Configuration.Helper Namespace
In This Article
Definition
Property Value
Implements
See Also