Gets and sets of the MaxErrorRetry property.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MaxErrorRetry { get; set; }
Public Property MaxErrorRetry As Integer
	Get
	Set
public:
property int MaxErrorRetry {
	int get ();
	void set (int value);
}

See Also