.NET Helper Packages
C#
Show/Hide TOC
Settings
Store
Base
Get
Section Method
Returns the specified SettingsSection object.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
ISettingsSection
GetSection
(
string
?
sectionName
)
Parameters
sectionName
String
The path to the section to be returned.
Return Value
ISettingsSection
The specified SettingsSection object. A new section is returned if it is not found.
Implements
ISettingsStore
GetSection(String)
Exceptions
ArgumentException
Thrown when an argument does not meet the contract of the method.
ArgumentNullException
Thrown if the parameter is
.
See Also
Reference
SettingsStoreBase Class
Configuration.Helper Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also