SectionInformation Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AllowDefinition | Gets or sets a value indicating where in the configuration file hierarchy the associated configuration section can be defined. |
| AllowExeDefinition | Gets or sets a value indicating where in the configuration file hierarchy the associated configuration section may be declared. |
| AllowLocation | Gets or sets a value indicating whether the configuration section allows the location attribute. |
| AllowOverride | Gets or sets a value indicating 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 indicating whether the settings specified in the associated configuration section are inherited by applications that reside in a subdirectory of the application to which the associated configuration section applies. |
| IsDeclarationRequired | Gets a value indicating whether the associated configuration section must be declared in the configuration file. |
| IsDeclared | Gets a value indicating whether the associated configuration section is declared in the configuration file. |
| IsLocked | Gets a value indicating whether the associated configuration section is locked. |
| IsProtected | Gets a value indicating whether the associated configuration section is protected. |
| Name | Gets the name of the associated configuration section. |
| ProtectionProvider | Gets the protected configuration provider for the associated configuration section. |
| RequirePermission | Gets a value indicating 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. |