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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » MessageProperties class

 

IP field

For system queue messages, the IP address of the network adapter that is being used to connect to the QAnywhere server.

Syntax
Visual Basic
Public Shared IP As String
C#
public const string  IP;
Remarks

The value of this field is ias_Network.IP.

For more information, see Pre-defined client message store properties.

You can pass MessageProperties.IP in the QAMessage.GetStringProperty method to access the associated property.

See also