共用方式為


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 訊息本文的內容。

適用於