ConfigurationAllowDefinition
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a ConfigurationSection object.
namespace System.Configuration
{
public enum ConfigurationAllowDefinition
{
MachineOnly = 0,
MachineToWebRoot = 100,
MachineToApplication = 200,
Everywhere = 300
}
}