SectionInformation Properties
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | AllowDefinition | Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be defined. |
![]() | AllowExeDefinition | Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be declared. |
![]() | AllowLocation | Gets or sets a value that indicates whether the configuration section allows the location attribute. |
![]() | AllowOverride | Gets or sets a value that indicates whether the associated configuration section can be overridden by lower-level configuration files. |
![]() | ConfigSource | Gets or sets the name of the include file in which the associated configuration section is defined, if such a file exists. |
![]() | ForceSave | Gets or sets a value that indicates whether the associated configuration section will be saved even if it has not been modified. |
![]() | InheritInChildApplications | Gets or sets a value that indicates whether the settings that are specified in the associated configuration section are inherited by applications that reside in a subdirectory of the relevant application. |
![]() | IsDeclarationRequired | Gets a value that indicates whether the configuration section must be declared in the configuration file. |
![]() | IsDeclared | Gets a value that indicates whether the associated configuration section is declared in the configuration file. |
![]() | IsLocked | Gets a value that indicates whether the associated configuration section is locked. |
![]() | IsProtected | Gets a value that indicates whether the associated configuration section is protected. |
![]() | Name | Gets the name of the associated configuration section. |
![]() | OverrideMode | Gets or sets the OverrideMode enumeration value that specifies whether the associated configuration section can be overridden by child configuration files. |
![]() | OverrideModeDefault | Gets or sets a value that specifies the default override behavior of a configuration section by child configuration files. |
![]() | OverrideModeEffective | Gets the override behavior of a configuration section that is in turn based on whether child configuration files can lock the configuration section. |
![]() | ProtectionProvider | Gets the protected configuration provider for the associated configuration section. |
![]() | RequirePermission | Gets a value that indicates whether the associated configuration section requires access permissions. |
![]() | RestartOnExternalChanges | Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart. |
![]() | SectionName | Gets the name of the associated configuration section. |
![]() | Type | Gets or sets the section class name. |
