Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the URI to the blob item, at the primary location.

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

Syntax

 
Uri Uri { get; }
 
property Uri^ Uri {
	Uri^ get();
}
 
abstract Uri : Uri with get
 
ReadOnly Property Uri As Uri

Property Value

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

The Uri for the blob item.

Return to top