Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the content of the message as a byte array.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public byte[] AsBytes { get; }
 
public:
property array<unsigned char>^ AsBytes {
	array<unsigned char>^ get();
}
 
member AsBytes : byte[] with get
 
Public ReadOnly Property AsBytes As Byte()

Property Value

Type: System.Byte[]array<System::Byte>^System.Byte[]System.Byte()

The content of the message as a byte array.

Return to top