SectionInformation::IsDeclarationRequired Property

 

Gets a value that indicates whether the configuration section must be declared in the configuration file.

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

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

Property Value

Type: System::Boolean

true if the associated ConfigurationSection object must be declared in the configuration file; otherwise, false.

The examples in this section show how to get the IsDeclarationRequired 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 IsDeclarationRequired value.

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

.NET Framework
Available since 2.0
Return to top
Show: