.NET Helper Packages
C#
Show/Hide TOC
ISettings
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
IDictionary
<
string
,
string
>
Settings
{
get
; }
Property Value
IDictionary
String
,
String
See Also
Reference
ISettingsSection Interface
Configuration.Helper Namespace
In This Article
Definition
See Also