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 .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » MessageProperties class

IP field Next Page

MAC field


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

Syntax

Visual Basic
Public Shared MAC As String

C#
public const string MAC;

Remarks

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

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

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

See also