Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account.

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

Syntax

 
public StorageUri FileStorageUri { get; private set; }
 
public:
property StorageUri^ FileStorageUri {
	StorageUri^ get();
	private: void set(StorageUri^ value);
}
 
member FileStorageUri : StorageUri with get, private set
 
Public Property FileStorageUri As StorageUri
	Get
	Private Set
End Property
Return to top