SettingType 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 setting involved in a setting-related action logged via telemetry.
public enum class SettingType
public enum class SettingType
enum SettingType
public enum SettingType
type SettingType =
Public Enum SettingType
- Inheritance
-
SettingType
Fields
Name | Value | Description |
---|---|---|
PrivateSetting | 0 | |
LocalSetting | 1 | |
OnlineSetting | 2 | |
LocalOrOnlineSetting | 3 | |
Unknown | 4 |