SettingValueType 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 serialization type of a setting value.
public enum SettingValueType
type SettingValueType =
Public Enum SettingValueType
- Inheritance
-
SettingValueType
Fields
Name | Value | Description |
---|---|---|
None | 0 | The type is unknown, or there is no type. |
String | 1 | A string of characters. |
Boolean | 2 | A boolean. |
Number | 3 | A number with a fractional part. |
Integer | 4 | An integer. |
ObjectArray | 5 | An array of object items. |
StringArray | 6 | An array of string items. |