AzureStorageConnectionStringEditor Class

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.

The AzureStorageConnectionStringEditor provides a Azure Storage connection string value to edit in a modal window.

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

Syntax

[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class AzureStorageConnectionStringEditor : UITypeEditor
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class AzureStorageConnectionStringEditor _
    Inherits UITypeEditor
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class AzureStorageConnectionStringEditor : public UITypeEditor

Remarks

This editor can be applied to a ConfigurationElement property with the EditorAttribute using the AzureStorageConnectionStringEditor for the EditorTypeName.

Inheritance Hierarchy

System.Object
  System.Drawing.Design.UITypeEditor
    Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors.AzureStorageConnectionStringEditor

See Also

AzureStorageConnectionStringEditor Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors Namespace

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ComponentModel.Editors.AzureStorageConnectionStringDialog