Edit

Share via


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

Name Value Description
DateTime 0

A DateTime type.

Boolean 1

A Boolean type.

Byte 2

A byte type.

String 3

A string type.

Integer32 4

A 32-bit integer type.

UnsignedInteger32 5

A 32-bit unsigned integer type.

Integer64 6

A 64-bit integer type.

UnsignedInteger64 7

A 64-bit unsigned integer type.

StringArray 8

A string array type.

ByteArray 9

A byte array type.

Applies to