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

Gets the raw payload as a byte array. This is a copy of the internal payload, setting this will not change the internal payload. You must use SetRawPayload to overwrite the internal payload.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
byte[] 
GetRawPayload()
Public 
Function 
GetRawPayload 
As 
Byte()
public:
array<
unsigned char>^ 
GetRawPayload()

See Also