Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Sets the content of this message.

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

Syntax

 
public void SetMessageContent(
	string content
)
 
public:
void SetMessageContent(
	String^ content
)
 
member SetMessageContent : 
        content:string -> unit
 
Public Sub SetMessageContent (
	content As String
)

Parameters

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

A string containing the new message content.

Return to top