OverrideMode Enumeration
Specifies the override behavior of a configuration section.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Member name | Description | |
|---|---|---|
| Allow | The ConfigurationSection object allows override values in the current configuration object. | |
| Deny | The ConfigurationSection denies override values in the current configuration object. | |
| Inherit | The override mode of the ConfigurationSection is inherited from a parent configuration object. | |
| Unknown | The override mode of the ConfigurationSection is unknown. |
Configuration sections are locked if child objects in the configuration hierarchy are denied permission to override values in the parent configuration section. However, configuration sections can explicitly allow override values to be defined at lower configuration levels, or child objects can be configured to inherit the override mode from a parent section.