Gets the content of the message, as a string.
Namespace: Microsoft.WindowsAzure.Storage.Queue
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudQueueMessage
Dim value As String
value = instance.AsString
|
Syntax
Visual Basic |
---|
Public ReadOnly Property AsString As String |
C# |
---|
public string AsString { get; } |
C++ |
---|
public:
property String^ AsString {
String^ get ();
} |
J# |
---|
/** @property */
public String get_AsString ()
|
JScript |
---|
public function get AsString () : String
|
Property Value
A string containing the message content.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also