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) » QAMessage interface

QAMessage members Next Page

Address property


The destination address for the QAMessage instance.

Syntax

Visual Basic
Public Property Address As String

C#
public string Address {get;set;}

Remarks

When a message is sent, this field is ignored. After completion of a send operation, the field holds the destination address specified in QAManagerBase.PutMessage.

For more information about getting and setting message headers and properties, see Message headers and message properties.

See also