ExponentialBackoffData.TypeName Property
Override to hide and avoid saving the type property.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public override string TypeName { get; set; }
'Declaration
Public Overrides Property TypeName As String
Get
Set
public:
virtual property String^ TypeName {
String^ get () override;
void set (String^ value) override;
}
Property Value
Type: String
See Also
ExponentialBackoffData Members
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace