BrokeredMessage.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 send to address.

Exceptions

Thrown if the message is in disposed state.

Applies to