RetryStrategy.Name Property
Gets the name of the retry strategy.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Name { get; private set; }
public:
property String^ Name {
String^ get();
private: void set(String^ value);
}
member Name : string with get, private set
Public Property Name As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top