ConfigurationAllowExeDefinition Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a ConfigurationSection object.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
| Member name | Description | |
|---|---|---|
| MachineOnly | The ConfigurationSection can be defined only in the Machine.config file. | |
| MachineToApplication | The ConfigurationSection can be defined either in the Machine.config file or in the Exe.config file in the client application directory. This is the default value. | |
| MachineToLocalUser | The ConfigurationSection can be defined in the Machine.config file, in the Exe.config file in the client application directory, in the User.config file in the roaming user directory, or in the User.config file in the local user directory. | |
| MachineToRoamingUser | The ConfigurationSection can be defined in the Machine.config file, in the Exe.config file in the client application directory, or in the User.config file in the roaming user directory. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: