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

Stores the MP Message Body Hook Properties

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
MPMessageBodyHookProperty
<
SerializableAttribute> _
Public 
Class 
MPMessageBodyHookProperty
[
SerializableAttribute]
public 
ref class 
MPMessageBodyHookProperty

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageBodyHookProperty () () () ()
Initializes a new instance of the MPMessageBodyHookPropertyclass.
MPMessageBodyHookProperty(String, Object)
Initializes a new instance of the MPMessageBodyHookPropertyclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Name
Gets or sets the hook name
ToString () () () () (Inherited from Object.)
Value
Gets or sets the hook value

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPMessageBodyHookProperty

See Also