Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setDoubleProperty procedure
 

setDoubleProperty procedure

Sets a double message property.

Syntax

PROCEDURE setDoubleProperty.
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.