Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setFloatProperty procedure
setFloatProperty procedure
Sets a
float
message property.
Syntax
PROCEDURE setFloatProperty.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS DECIMAL.
Applies to
Message objects
See also
clearPropertiesprocedure
For more information, see the Accessing message properties.