Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the content of the message, as a string.

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

Syntax

 
public string AsString { get; }
 
public:
property String^ AsString {
	String^ get();
}
 
member AsString : string with get
 
Public ReadOnly Property AsString As String

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the message content.

Return to top