CloudQueue.EncodeMessage Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueue.EncodeMessage Property
CloudQueue::EncodeMessage Property
CloudQueue.EncodeMessage Property
CloudQueue.EncodeMessage Property
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
Property Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue to encode messages; otherwise, false. The default value is true.
Return to top
Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages.
Syntax
Property Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue to encode messages; otherwise, false. The default value is true.