Share via


KnowledgeDataTypes

This KnowledgeDataTypes enumerated type is used in the Type property of the KnowledgePropertyDef object. These data types are Exchange data types. For more information on the data types, see Microsoft Platform SDK.

Members

The following table shows members of the KnowledgeDataTypes enumeration type, with the value and a brief description of each.

Name Value
cdostrType_BinBase64 "bin.base64"
cdostrType_BinHex "bin.hex"
cdostrType_Boolean "boolean"
cdostrType_Char "char"
cdostrType_Date "date"
cdostrType_DateTime "dateTime"
cdostrType_DateTimeZ "dateTime.tz"
cdostrType_fixed "fixed.14.4"
cdostrType_float "float"
cdostrType_I1 "i1"
cdostrType_I2 "i2"
cdostrType_I4 "i4"
cdostrType_I8 "i8"
cdostrType_Int "int"
cdostrType_Long "long"
cdostrType_MVPrefix "mv."
cdostrType_Number "number"
cdostrType_R4 "r4"
cdostrType_R8 "r8"
cdostrType_String "string"
cdostrType_Time "time"
cdostrType_TimeZ "time.tz"
cdostrType_UI1 "ui1"
cdostrType_UI2 "ui2"
cdostrType_UI4 "ui4"
cdostrType_UI8 "ui8"
cdostrType_URI "uri"
cdostrType_UUID "uuid"