Enum ConfigScopeFlags
Specifies the configuration scopes supported by a configuration property definition.
[Flags]
public enum ConfigScopeFlags
- Extension Methods
Fields
All = System | Company | UserAll configuration scopes are supported.
Company = 2The Company configuration scope is supported.
None = 0No configuration scope is supported.
System = 1The System configuration scope is supported.
User = 4The User configuration scope is supported.