Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the message ID.

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

Syntax

 
public string Id { get; internal set; }
 
public:
property String^ Id {
	String^ get();
	internal: void set(String^ value);
}
 
member Id : string with get, internal set
 
Public Property Id As String
	Get
	Friend Set
End Property

Property Value

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

A string containing the message ID.

Return to top