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::AllowOverride Property
.NET Framework (current version)
Gets or sets a value that indicates whether the associated configuration section can be overridden by lower-level configuration files.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the section can be overridden; otherwise, false. The default is false.
The examples in this section show how to get the AllowOverride property value after accessing the related section information in the configuration file.
The following example gets the SectionInformation object.
The following example gets the AllowOverride value.
.NET Framework
Available since 2.0
Available since 2.0
Show: