Compartir vía


CustomRetryStrategyData.TypeName 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.

Overridden in order to apply BrowsableAttribute.

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

Syntax

[BrowsableAttribute(true)]
[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(RetryStrategy), typeof(CustomRetryStrategyData))]
public override string TypeName { get; set; }
'Declaration
<BrowsableAttribute(True)> _
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",  _
    "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<BaseTypeAttribute(GetType(RetryStrategy), GetType(CustomRetryStrategyData))> _
Public Overrides Property TypeName As String
    Get
    Set
[BrowsableAttribute(true)]
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    L"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(RetryStrategy), typeof(CustomRetryStrategyData))]
public:
virtual property String^ TypeName {
    String^ get () override;
    void set (String^ value) override;
}

See Also

CustomRetryStrategyData Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace