[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 Property

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageBodyProperty () () () ()
Initializes a new instance of the MPMessageBodyPropertyclass.
MPMessageBodyProperty(MessageProperty)
Initializes a new instance of the MPMessageBodyPropertyclass.
MPMessageBodyProperty(String, Object)
Initializes a new instance of the MPMessageBodyPropertyclass.
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 property name
ToString () () () () (Inherited from Object.)
Value
Gets or sets the property value
ValueString
Gets or sets the property value as a string. This is only for serialization. Use value instead.

Inheritance Hierarchy

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

See Also