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

BrokeredMessage.ContentType 属性

定义

获取或设置内容的类型。

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

属性值

消息正文的内容的类型。 这是发送方和接收方用于应用程序特定逻辑的内容类型标识符。

例外

如果消息处于已释放状态,则引发。

适用于