Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Gets the share'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 {
	Uri^ get();
}
 
member Uri : Uri with get
 
Public ReadOnly Property Uri As Uri

Property Value

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

The absolute URI to the share.

Return to top