Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages.

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

Syntax

 
public bool EncodeMessage { get; set; }
 
public:
property bool EncodeMessage {
	bool get();
	void set(bool value);
}
 
member EncodeMessage : bool with get, set
 
Public Property EncodeMessage As Boolean

Property Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

true to encode messages; otherwise, false. The default value is true.

Return to top