MPMessageBodyProperty Class
Stores the management point message body property.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyProperty
| Name | Description | |
|---|---|---|
![]() | MPMessageBodyProperty() | Initializes a new instance of the MPMessageBodyProperty class. |
![]() | MPMessageBodyProperty(MessageProperty^) | Initializes a new instance of the MPMessageBodyProperty class. |
![]() | MPMessageBodyProperty(String^, Object^) | Initializes a new instance of the MPMessageBodyProperty class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the property name. |
![]() | Value | Gets or sets the property value. |
![]() | ValueString | Gets or sets the property value as a string. This method is only for serialization; use the Value method instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

