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

setLongProperty procedure

Sets a long message property.

Syntax

PROCEDURE setLongProperty.
DEFINE INPUT PARAMETER propertyName AS CHARACTER.
DEFINE INPUT PARAMETER propertyValue AS DECIMAL.

Applies to

Message objects

Notes

Any fractional part of the DECIMAL value is truncated.

See also

clearPropertiesprocedure
For more information, see the Accessing message properties.