Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob'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 {
	virtual Uri^ get() sealed;
}
 
abstract Uri : Uri with get
override 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 blob at the primary location.

Return to top