GetPropertyType
The following return values are possible:
0 The property is not defined yet
1 The property is an Object Type Property
2 The property is an Data Type Property of type Boolean
3 The property is an Data Type Property of type Char
4 The property is an Data Type Property of type Integer
5 The property is an Data Type Property of type Double
Syntax
// Visual Studio for Windows public: __int64 __declspec(dllexport) __stdcall GetPropertyType( __int64 rdfProperty ); // Linux, OS-X and non-Visual Studio Windows solutions public: int64_t GetPropertyType( int64_t rdfProperty );