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

MP Message Body object used for serialization/de-serialization

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
MPMessageBody : 

MPMessageBodyBase
<
SerializableAttribute> _
Public 
Class 
MPMessageBody _
	
Inherits 

MPMessageBodyBase
[
SerializableAttribute]
public 
ref class 
MPMessageBody : 
public 

MPMessageBodyBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageBody () () () ()
Attachments
Gets message attachments
BodyProperties
Gets or sets properties for the message body
CorrelationGuid
Correlation GUID
CorrelationId
Correlation ID
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Hooks
Gets or sets message hooks
MemberwiseClone () () () () (Inherited from Object.)
MsgGuid
Message GUID
MsgId
Gets or sets the The internal message ID.
PayloadType
Gets or sets the payload type
Priority
Gets or set message priority
Properties
Gets properties for the message
Protocol
Gets or sets the reply mode used for the message
ReplyCapabilities
Gets or sets the reply capabilities of the message.
ReplyCompression
Gets or sets the compression method for the reply from the MP
ReplyMode
Gets or sets the reply mode used for the message
ReplyTo
Gets or sets the reply address. This is built dynamically from existing properties. Do not use the SET operation, it is used for serialization only.
SchemaVersion
Gets or sets the XML schema version for the message XML
SentTime
Message sent time
SerializedSentTime
Gets or sets the time the message was sent
SourceClientId
Gets or sets the clients ID
SourceHost
Gets or sets the client's hostname
TargetAddress
Gets or sets the target address. This is built dynamically from existing properties.
TargetEndpoint
The target endpoint for the message
TargetHost
Gets or sets the MP's address
Timeout
Gets or sets message timeout
ToString () () () ()
Returns a Stringthat represents the current Object.
(Inherited from MPMessageBodyBase.)

Inheritance Hierarchy

See Also