setByteProperty procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
setByteProperty procedure
Sets a byte property in a message;
the values range from –128 to 127.
Syntax
|
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.
See also
For more information, see the Accessing message properties.