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

Encapsulates the different payload types

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
MessagePayloadType
<
SerializableAttribute> _
Public 
Enumeration 
MessagePayloadType
[
SerializableAttribute]
public 
enum class 
MessagePayloadType

Members

Member Description
None
None, don't use.
Inline
Payload is inline with the message
LocalCache
Payload has been pre-cached on the MP via BITS upload
Http
Unknown
File
Unknown

See Also