CloudQueueMessage.AsBytes Property

Definition

Gets the content of the message as a byte array.

public byte[] AsBytes { get; }
member this.AsBytes : byte[]
Public ReadOnly Property AsBytes As Byte()

Property Value

Byte[]

The content of the message as a byte array.

Applies to