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::AllowExeDefinition Property
.NET Framework (current version)
Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be declared.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationAllowExeDefinition AllowExeDefinition { ConfigurationAllowExeDefinition get(); void set(ConfigurationAllowExeDefinition value); }
Property Value
Type: System.Configuration::ConfigurationAllowExeDefinitionA value that indicates where in the configuration file hierarchy the associated ConfigurationSection object can be declared for .exe files.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The selected value conflicts with a value that is already defined. |
AllowExeDefinition applies only to configuration files of client applications. For Web applications, you must use AllowDefinition.
The examples in this section show how to get the AllowExeDefinition property value after accessing the related section information in the configuration file.
The following example gets the SectionInformation object.
The following example gets the AllowExeDefinition value.
.NET Framework
Available since 2.0
Available since 2.0
Show: