Share via


FixedIntervalData.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.

Override to hide and avoid saving the type property.

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

[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[BrowsableAttribute(false)]
[ConfigurationPropertyAttribute("type", IsRequired = false)]
public override string TypeName { get; set; }
'Declaration
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")> _
<BrowsableAttribute(False)> _
<ConfigurationPropertyAttribute("type", IsRequired := False)> _
Public Overrides Property TypeName As String
    Get
    Set
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[BrowsableAttribute(false)]
[ConfigurationPropertyAttribute(L"type", IsRequired = false)]
public:
virtual property String^ TypeName {
    String^ get () override;
    void set (String^ value) override;
}

See Also

FixedIntervalData Class

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