ConfigScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope of the configuration file.
public enum ConfigScope
type ConfigScope =
Public Enum ConfigScope
- Inheritance
-
ConfigScope
Fields
Name | Value | Description |
---|---|---|
AllUsers | 0 | AllUsers configuration applies to all users. |
CurrentUser | 1 | CurrentUser configuration applies to the current user. |