[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get/Set message body. This should never be empty except for some very special cases.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively = 
true)]
public 
MessageBody 
Body { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, CheckRecursively := 
True)> _
Public 
Property 
Body 
As 
MessageBody
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, CheckRecursively = 
true)]
public:
virtual 
property 
MessageBody^

Body {
	
MessageBody^

get () 
sealed;
	
private: 
void 
set (
MessageBody^

value) 
sealed;
}

Implements

IMessage . . :: . . Body

See Also