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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » MessageProperties class

MessageProperties class Next Page

ADAPTER variable


Synopsis

const qa_string MessageProperties::ADAPTER

Remarks

This property name refers to the currently active network adapter that is being used to connect to the QAnywhere server.

It is used for system queue messages.

The value of this field is "ias_Network.Adapter".

Pass MessagePropertiesADAPTER as the first parameter to the QAMessagegetStringProperty method to access the associated message property.

For more information, seeMessage properties.

See Also

getStringProperty function