CorrelationFilter.ReplyTo Property

Definition

Gets the address of the queue to reply to.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ReplyTo", Order=131075)]
public string ReplyTo { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ReplyTo", Order=131075)>]
member this.ReplyTo : string with get, set
Public Property ReplyTo As String

Property Value

The address of the queue to reply to.

Attributes

Applies to