PropertyValueType module

class PropertyValueType.PropertyValueType(value)

Bases: Enum

Enum class that specifies the possible property value types.

AsciiString = 11
Boolean = 0
ByteArray = 7
ClipData = 10
Date = 1
Double = 3
Float = 2
Int = 4
Int32 = 5
ObjectArray = 9
Other = 12
String = 6
StringArray = 8