BrokeredMessage.ReplyTo Property
Definition
Gets or sets the address of the queue to reply to.
public string ReplyTo { get; set; }
member this.ReplyTo : string with get, set
Public Property ReplyTo As String
Property Value
The reply to queue address.
Exceptions
Thrown if the message is in disposed state.