RetryStrategy.Name Property
Gets the name of the retry strategy.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public string Name { get; private set; }
'Declaration
Public Property Name As String
Get
Private Set
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
Property Value
Type: String
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace