SectionInformation.ForceDeclaration Method (Boolean)
Forces the associated configuration section to appear in the configuration file, or removes an existing section from the configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
| Exception | Condition |
|---|---|
| ConfigurationErrorsException |
force is true and the associated section cannot be exported to the child configuration file, or it is undeclared. |
The ForceDeclaration method forces this SectionInformation declaration to be written to the configuration file if force is true. If force is false, this action might be ignored if the SectionInformation declaration is required by the system.
Note
|
|---|
|
The ForceDeclaration method can force a SectionInformation declaration to be written to a configuration file, even if this section is not required because it is already declared in a parent file. Using the ForceDeclaration method can make a configuration file more portable from one computer to another. This also lets you make sure that the section exists even if you do not have control over parent configuration files. |
The following example shows how to use the ForceDeclaration method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note