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

clearProperties procedure

For more information, see the Accessing message properties.