Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.BaseUri Property (Microsoft.WindowsAzure.Storage.File)

Gets the base URI for the File service client.

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

Syntax

 
public Uri BaseUri { get; }
 
public:
property Uri^ BaseUri {
	Uri^ get();
}
 
member BaseUri : Uri with get
 
Public ReadOnly Property BaseUri As Uri

Property Value

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

The base URI used to construct the File service client.

Return to top