getPropertyType function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
getPropertyType function
Returns the message property's data type.
Syntax
|
Parameter
- propertyName
- The message property's data type. Possible values are:
UNKNOWN,boolean,byte,short,char,int,long,float,double, orstring.
Applies to
Message objects
Notes
- If
the property was not set in the message, the
UNKNOWNis returned. - Since date-time values are transmitted as
Stringdata, the function cannot distinguish them from other strings. The ABL programmer must know the order of properties in the header and call the correct function to interpret date-time values appropriately.
See also
For more information, see the Accessing message properties.