Sets a byte property in a message; the values range from –128 to 127.
Syntax
PROCEDURE setByteProperty.
DEFINE INPUT PARAMETER propertyName AS CHARACTER.
DEFINE INPUT PARAMETER propertyValue AS INTEGER.
Applies to
Message objects
Notes
The server returns a NumberFormatException message for a value overflow. For example, calling setByteProperty("prop1", 1000) results in a value overflow.