Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public StorageUri StorageUri { get; }
 
public:
property StorageUri^ StorageUri {
	virtual StorageUri^ get() sealed;
}
 
abstract StorageUri : StorageUri with get
override StorageUri : StorageUri with get
 
Public 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's URIs for both the primary and secondary locations.

Return to top