SectionInformation::IsDeclared Property
.NET Framework (current version)
Gets a value that indicates whether the associated configuration section is declared in the configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if this ConfigurationSection is declared in the configuration file; otherwise, false. The default is true.
The examples in this section show how to get the IsDeclared property value after accessing the related section information in the configuration file.
The following example gets the SectionInformation object.
The following example gets the IsDeclared value.
.NET Framework
Available since 2.0
Available since 2.0
Show: