Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the queue URI for the primary location.

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

Syntax

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

Property Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri specifying the absolute URI to the queue at the primary location.

Return to top