This documentation is archived and is not being maintained.
ConfigurationAllowExeDefinition Enumeration
Visual Studio 2010
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a ConfigurationSection object.
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. | |
| 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. | |
| 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. |
The values in this enumeration are optionally used when creating a new instance of the ConfigurationSection class. Note this enumeration applies to client applications only.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: