Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The endpoint for the primary location for the storage account.

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

Syntax

 
public Uri PrimaryUri { get; private set; }
 
public:
property Uri^ PrimaryUri {
	Uri^ get();
	private: void set(Uri^ value);
}
 
member PrimaryUri : Uri with get, private set
 
Public Property PrimaryUri As Uri
	Get
	Private Set
End Property

Property Value

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

The Uri for the primary endpoint.

Return to top