Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the file's URI.

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

Syntax

 
public Uri Uri { get; }
 
public:
property Uri^ Uri {
	virtual Uri^ get() sealed;
}
 
abstract Uri : Uri with get
override Uri : Uri with get
 
Public ReadOnly Property Uri As Uri

Property Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

The absolute URI to the file.

Return to top