.NET Helper Packages
C#
Show/Hide TOC
Settings
Store
Base
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
public
IDictionary
<
string
,
SettingsSection
>
Sections
{
get
; }
Property Value
IDictionary
String
,
SettingsSection
Implements
ISettingsStore
Sections
See Also
Reference
SettingsStoreBase Class
Configuration.Helper Namespace
In This Article
Definition
Property Value
Implements
See Also