Udostępnij za pośrednictwem


CustomRetryStrategyData.Name Property

Gets or sets the name of the retry strategy.

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 Name { get; set; }
'Declaration
Public Overrides Property Name As String
    Get
    Set
public:
virtual property String^ Name {
    String^ get () override;
    void set (String^ value) override;
}

Property Value

Type: String

Implements

ICustomProviderData.Name
IObjectWithName.Name

See Also

CustomRetryStrategyData Class

CustomRetryStrategyData Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace