SettingsScope 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.
This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.
public enum class SettingsScope
public enum class SettingsScope
enum SettingsScope
public enum SettingsScope
type SettingsScope =
Public Enum SettingsScope
- Inheritance
-
SettingsScope
Fields
Name | Value | Description |
---|---|---|
Configuration | 1 | Denotes the installation specific configuration scope. This scope is read-only to the users. |
UserSettings | 2 | Denotes the user configurable user settings scope. |
Remote | 4 | Denotes the remote settings scope. |