MsmqIntegrationMessageProperty.Body 属性

定义

获取或设置消息的内容。

public:
 property System::Object ^ Body { System::Object ^ get(); void set(System::Object ^ value); };
public object Body { get; set; }
member this.Body : obj with get, set
Public Property Body As Object

属性值

MSMQ 消息正文的内容。

适用于