SettingsType 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.
Data types of the Remote Settings
public enum class SettingsType
public enum SettingsType
type SettingsType =
Public Enum SettingsType
- Inheritance
-
SettingsType
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Invalid data type. |
Int32 | 1 | 4 byte setting |
Int64 | 2 | 8 byte setting |
String | 3 | Data type used to store string. |