The destination address for the QAMessage instance.
Visual Basic
Public Property Address As String
C#
public string Address {get;set;}
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.