[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 MPMessageBodyHookPropertyclass.

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

Syntax

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

Parameters

name
String
Hook name
value
Object
Hook value

See Also