Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the primary endpoint for the Queue service, as configured for the storage account.

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

Syntax

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

Property Value

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

A Uri containing the primary Queue service endpoint.

Return to top