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

Message.Label 属性

定义

获取或设置特定于应用程序的标签。

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

属性值

特定于应用程序的标签

注解

借助此属性,应用程序可以类似于电子邮件主题行的标准化方式,向接收程序指明消息目的。 映射的 AMQP 属性为“subject”。

适用于