Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the container's URI for the primary location.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
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 container at the primary location.

Return to top