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

Stores the MP Message Payload Type

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 
MPMessagePayloadType
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPMessagePayloadType
[
SerializableAttribute]
public 
ref class 
MPMessagePayloadType 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessagePayloadType () () () ()
Initializes a new instance of the MPMessagePayloadTypeclass.
MPMessagePayloadType(MessagePayloadType)
Initializes a new instance of the MPMessagePayloadTypeclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
PayloadType
Gets or sets the payload type.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also