ISettingsStoreGetSection Method
Returns the specified SettingsSection object.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
ISettingsSection GetSection(
string? sectionName
)
- sectionName String
- The path to the section to be returned.
ISettingsSectionThe specified SettingsSection object. A new section is returned if it is not found.