Share via


SettingValueType Enum

Definition

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.

Applies to