.NET Helper Packages
C#
Show/Hide TOC
ISettings
Store
Sections Property
Gets all the settings sections that apply to the SettingsStore object.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
IDictionary
<
string
,
SettingsSection
>
Sections
{
get
; }
Property Value
IDictionary
String
,
SettingsSection
See Also
Reference
ISettingsStore Interface
Configuration.Helper Namespace
In This Article
Definition
See Also