Del via


BlobConfigurationSourceElement.StorageAccount Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the Windows Azure Storage account connection string for the Blob Configuration Source.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors.AzureStorageConnectionStringEditor, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design", 
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ConfigurationPropertyAttribute("storageAccount", IsRequired = true)]
public string StorageAccount { get; set; }
'Declaration
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors.AzureStorageConnectionStringEditor, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design",  _
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<ConfigurationPropertyAttribute("storageAccount", IsRequired := True)> _
Public Property StorageAccount As String
    Get
    Set
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors.AzureStorageConnectionStringEditor, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design", 
    L"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ConfigurationPropertyAttribute(L"storageAccount", IsRequired = true)]
public:
property String^ StorageAccount {
    String^ get ();
    void set (String^ value);
}

See Also

BlobConfigurationSourceElement Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace