ConfigurationUserLevel public enum ConfigurationUserLevel Documentation Code namespace System.Configuration { public enum ConfigurationUserLevel { None = 0, PerUserRoaming = 10, PerUserRoamingAndLocal = 20 } }