Programmer's Guide > Interfaces > PropertyMap interface > getDataType method
  
getDataType method
Returns the type of data associated with the specified key in the PropertyMap.
getDataType(key )
Parameters
Stringkey
The key to examine.
Returns
unsigned short. The type associated with the key. If key is not contained in the PropertyMap, returns TYPE_UNKNOWN.