Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

IListFileItem.Uri Property (Microsoft.WindowsAzure.Storage.File)

Gets the URI to the file item.

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

Syntax

 
Uri Uri { get; }
 
property Uri^ Uri {
	Uri^ get();
}
 
abstract Uri : Uri with get
 
ReadOnly Property Uri As Uri

Property Value

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

The file item's URI.

Return to top