Information
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::IsDeclared Property

 

Gets a value that indicates whether the associated configuration section is declared in the configuration file.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property bool IsDeclared {
	bool get();
}

Property Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.

The following example gets the IsDeclared value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: