Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob item's URIs for both the primary and secondary locations.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUri

An object of type StorageUriStorageUriStorageUriStorageUri containing the blob item's URIs for both the primary and secondary locations.

Return to top