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::AllowDefinition Property

 

Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be defined.

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

public:
property ConfigurationAllowDefinition AllowDefinition {
	ConfigurationAllowDefinition get();
	void set(ConfigurationAllowDefinition value);
}

Property Value

Type: System.Configuration::ConfigurationAllowDefinition

A value that indicates where in the configuration file hierarchy the associated ConfigurationSection object can be declared.

Exception Condition
ConfigurationErrorsException

The selected value conflicts with a value that is already defined.

AllowDefinition applies only to configuration files of Web applications. For client applications, you must use AllowExeDefinition.

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

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

.NET Framework
Available since 2.0
Return to top
Show: