UserConfigurationDictionaryObjectType Enum

Definition

Identifies the user configuration dictionary key and value types.

public enum class UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Public Enum UserConfigurationDictionaryObjectType
Inheritance
UserConfigurationDictionaryObjectType

Fields

Boolean 1

A Boolean type.

Byte 2

A byte type.

ByteArray 9

A byte array type.

DateTime 0

A DateTime type.

Integer32 4

A 32-bit integer type.

Integer64 6

A 64-bit integer type.

String 3

A string type.

StringArray 8

A string array type.

UnsignedInteger32 5

A 32-bit unsigned integer type.

UnsignedInteger64 7

A 64-bit unsigned integer type.

Applies to