Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the container'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 {
	StorageUri^ get();
	private: void set(StorageUri^ value);
}
 
member 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 container's URIs for both the primary and secondary locations.

Return to top