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

Message.Body 属性

定义

获取或设置消息的正文。

public byte[] Body { get; set; }
member this.Body : byte[] with get, set
Public Property Body As Byte()

属性值

Byte[]

注解

从字符串创建新消息的最简单方法是:

message.Body = System.Text.Encoding.UTF8.GetBytes("Message1");

适用于