MimeBlob.RawPayload Property
Gets the raw byte stream for the data.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public byte[] RawPayload { get; private set; }
public:
property array<unsigned char>^ RawPayload {
array<unsigned char>^ get();
private: void set(array<unsigned char>^ value);
}
Public Property RawPayload As Byte()
Get
Private Set
End Property
Property Value
Type: System.Byte[]
See Also
MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top