UserConfigurationDictionaryObjectType 列挙型

定義

ユーザー構成ディクショナリ のキーと値の種類を識別します。

public enum class UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Public Enum UserConfigurationDictionaryObjectType
継承
UserConfigurationDictionaryObjectType

フィールド

Boolean 1

ブール型。

Byte 2

バイト型。

ByteArray 9

バイト配列型。

DateTime 0

DateTime 型。

Integer32 4

32 ビット整数型。

Integer64 6

64 ビット整数型。

String 3

文字列型。

StringArray 8

文字列配列型。

UnsignedInteger32 5

32 ビット符号なし整数型。

UnsignedInteger64 7

64 ビット符号なし整数型。

適用対象