Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setIntProperty procedure
setIntProperty procedure
Converts an
int
message property.
Syntax
PROCEDURE setIntProperty.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS INTEGER.
Applies to
Message objects
See also
getIntProperty function
,
clearPropertiesprocedure
,
setInt64Property procedure
For more information, see the Accessing message properties.