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

Initializes a new instance of the MPMessageBodyPropertyclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
MPMessageBodyProperty(
	
string 
name,
	
Object 
value
)
Public 
Sub 
New ( _
	
name 
As 
String, _
	
value 
As 
Object _
)
public:
MPMessageBodyProperty(
	
String^ 
name, 
	
Object^ 
value
)

Parameters

name
String
value
Object

See Also