UserConfigurationDictionaryObjectType Enumeración

Definición

Identifica los tipos de clave y valor del diccionario de configuración de usuario.

public enum class UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Public Enum UserConfigurationDictionaryObjectType
Herencia
UserConfigurationDictionaryObjectType

Campos

Boolean 1

Un tipo booleano.

Byte 2

Un tipo de bytes.

ByteArray 9

Un tipo de matriz de bytes.

DateTime 0

Un tipo DateTime.

Integer32 4

Un tipo de entero de 32 bits.

Integer64 6

Un tipo entero de 64 bits.

String 3

Un tipo de cadena.

StringArray 8

Un tipo de matriz de cadena.

UnsignedInteger32 5

Un tipo de entero sin signo de 32 bits.

UnsignedInteger64 7

Un tipo de entero sin signo de 64 bits.

Se aplica a