The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SectionInformation::ForceDeclaration Method ()
.NET Framework (current version)
Forces the associated configuration section to appear in the configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
The ForceDeclaration method forces this SectionInformation declaration to be written to the configuration file.
Note |
|---|
The ForceDeclaration method can force a SectionInformation declaration to be written to a configuration file, even if the 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. It enables you to make sure that the section exists even when you do not have control over parent configuration files. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
