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

Message body type container

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Type 
BodyType { 
get; 
private 
set; }
Public 
Property 
BodyType 
As 
Type
	
Get
	
Private 
Set
public:
property 
Type^ 
BodyType {
	
Type^ 
get ();
	
private: 
void 
set (
Type^ 
value);
}

See Also