Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the maximum message size in bytes.

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

Syntax

 
public static long MaxMessageSize { get; }
 
public:
property long long MaxMessageSize {
	static long long get();
}
 
static member MaxMessageSize : int64 with get
 
Public Shared ReadOnly Property MaxMessageSize As Long

Property Value

Type: System.Int64System::Int64System.Int64System.Int64

The maximum message size in bytes.

Return to top