CloudStorageAccount.DevelopmentStorageAccount Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudStorageAccount.DevelopmentStorageAccount Property
CloudStorageAccount::DevelopmentStorageAccount Property
CloudStorageAccount.DevelopmentStorageAccount Property
CloudStorageAccount.DevelopmentStorageAccount Property
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
C++
public:
property CloudStorageAccount^ DevelopmentStorageAccount {
static CloudStorageAccount^ get();
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.CloudStorageAccountMicrosoft.WindowsAzure.Storage::CloudStorageAccount^Microsoft.WindowsAzure.Storage.CloudStorageAccountMicrosoft.WindowsAzure.Storage.CloudStorageAccountA CloudStorageAccount object representing the development storage account.
Return to top
Gets a CloudStorageAccount object that references the well-known development storage account.
Syntax
C++
public: property CloudStorageAccount^ DevelopmentStorageAccount { static CloudStorageAccount^ get(); }
Property Value
Type: Microsoft.WindowsAzure.Storage.CloudStorageAccountMicrosoft.WindowsAzure.Storage::CloudStorageAccount^Microsoft.WindowsAzure.Storage.CloudStorageAccountMicrosoft.WindowsAzure.Storage.CloudStorageAccountA CloudStorageAccount object representing the development storage account.