BrokeredMessageProperty.To Property

Definition

Gets or sets the send to address.

public string To { get; set; }
member this.To : string with get, set
Public Property To As String

Property Value

The address of the destination queue.

Exceptions

If the message is in disposed state.

Applies to