你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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