Partager via


UserConfigurationDictionaryObjectType Énumération

Définition

Identifie les types de clé et de valeur du dictionnaire de configuration utilisateur.

public enum class UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Public Enum UserConfigurationDictionaryObjectType
Héritage
UserConfigurationDictionaryObjectType

Champs

Nom Valeur Description
DateTime 0

Type DateTime.

Boolean 1

Type booléen.

Byte 2

Type d’octet.

String 3

Type de chaîne.

Integer32 4

Type entier 32 bits.

UnsignedInteger32 5

Type entier non signé 32 bits.

Integer64 6

Type entier 64 bits.

UnsignedInteger64 7

Type entier non signé 64 bits.

StringArray 8

Type de tableau de chaînes.

ByteArray 9

Type de tableau d’octets.

S’applique à