Share via


Message.ReplyTo Property

 

Gets or sets the address of the queue to reply to.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public string ReplyTo { get; set; }
public:
property String^ ReplyTo {
    String^ get();
    void set(String^ value);
}
member ReplyTo : string with get, set
Public Property ReplyTo As String

Property Value

Type: System.String

The reply to queue address.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top