次の方法で共有


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 メッセージ本文の内容。

適用対象