次の方法で共有


MsmqMessage<T>.Body プロパティ

定義

メッセージの本文を取得または設定します。

public:
 property T Body { T get(); void set(T value); };
public T Body { get; set; }
member this.Body : 'T with get, set
Public Property Body As T

プロパティ値

T

メッセージの本文

例外

メッセージ本文が null です。

string body = message.Body;
Dim body = message.Body

適用対象