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.
ConfigurationSectionGroup::IsDeclared Property
.NET Framework (current version)
Gets a value that indicates whether this ConfigurationSectionGroup object is declared.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if this ConfigurationSectionGroup is declared; otherwise, false. The default is false.
If the section group is declared in the configuration file, the IsDeclared property returns true.
The IsDeclared property returns false if this section is inherited from Machine.config or a parent configuration file.
The following code example determines whether this instance of ConfigurationSectionGroup is declared. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.
.NET Framework
Available since 2.0
Available since 2.0
Show: