Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » MessageProperties interface

 

MSG_TYPE variable

Syntax
final String MessageProperties.MSG_TYPE
Remarks

This property name refers to MessageType enumeration values associated with a QAnywhere message.

The value of this field is "ias_MessageType".

You can pass MessageProperties.MSG_TYPE in the QAMessage.getIntProperty(String) method to access the associated property.

This property is read-only.

See Also

MessageProperties interface

getIntProperty method