MessageBody.GetRawPayload Method ()
Gets the raw payload as a byte array. This is a copy of the internal payload; setting this method will not change the internal payload. To overwrite the internal payload, you must use SetRawPayload.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public byte[] GetRawPayload()
public:
array<unsigned char>^ GetRawPayload()
Public Function GetRawPayload As Byte()
Return Value
Type: System.Byte[]
See Also
MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top