GetSection Method (CachedSettings)
- Last UpdatedApr 08, 2026
- 1 minute read
Retrieve a section of the cached settings for the table.
Throws an exception if the sectionName does not exist.
public OASySDNA.Common.Configuration.IConfigurationSettingsSection GetSection(
string sectionName
)
public:
OASySDNA.Common.Configuration.IConfigurationSettingsSection^ GetSection(
String^ sectionName
)
Parameters
- sectionName
- Name of the section to be retrieved.
Return Value
The value corresponding to the section name.
| Exception | Description |
|---|---|
| System.InvalidOperationException | An error raised when the provided sectionName does not exist. |