Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob directory'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; private set; }
 
public:
property StorageUri^ StorageUri {
	virtual StorageUri^ get() sealed;
	private: virtual void set(StorageUri^ value) sealed;
}
 
abstract StorageUri : StorageUri with get, private set
override StorageUri : StorageUri with get, private set
 
Public Property StorageUri As StorageUri
	Get
	Private Set
End Property

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 directory's URIs for both the primary and secondary locations.

Return to top