MPMessageBodyProperty Class

 

Stores the management point message body property.

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

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

[SerializableAttribute]
public ref class MPMessageBodyProperty sealed 

NameDescription
System_CAPS_pubmethodMPMessageBodyProperty()

Initializes a new instance of the MPMessageBodyProperty class.

System_CAPS_pubmethodMPMessageBodyProperty(MessageProperty^)

Initializes a new instance of the MPMessageBodyProperty class.

System_CAPS_pubmethodMPMessageBodyProperty(String^, Object^)

Initializes a new instance of the MPMessageBodyProperty class.

NameDescription
System_CAPS_pubpropertyName

Gets or sets the property name.

System_CAPS_pubpropertyValue

Gets or sets the property value.

System_CAPS_pubpropertyValueString

Gets or sets the property value as a string. This method is only for serialization; use the Value method instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: