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.

ConfigurationSectionGroup::IsDeclarationRequired Property

 

Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required.

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

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

Property Value

Type: System::Boolean

true if this ConfigurationSectionGroup declaration is required; otherwise, false.

The following code example determines whether this instance of the ConfigurationSectionGroup declaration is required.

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

.NET Framework
Available since 2.0
Return to top
Show: