Bearbeiten

MsmqIntegrationMessageProperty.Body Property

Definition

Gets or sets the content of the message.

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

Property Value

The content of the MSMQ message body.

Applies to