Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a CloudStorageAccount object that references the well-known development storage account.

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

Syntax

 
public static CloudStorageAccount DevelopmentStorageAccount { get; }
 
public:
property CloudStorageAccount^ DevelopmentStorageAccount {
	static CloudStorageAccount^ get();
}
 
static member DevelopmentStorageAccount : CloudStorageAccount with get
 
Public Shared ReadOnly Property DevelopmentStorageAccount As CloudStorageAccount
Return to top