Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the primary endpoint for the File service, as configured for the storage account.

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

Syntax

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

Property Value

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

A Uri containing the primary File service endpoint.

Return to top