Version

ErrorMaxReAttempts Property

By default 40, the value represents the number of times it will attempt to retry a failed logical actions. This is not used in all scenarios, but is used in conjunction with ErrorReAttemptWaitTime, when combined will by default Wait a maximum of 5 seconds.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=1004, DefaultValue=40)>
Protected Property ErrorMaxReAttempts As System.Integer
[ProxySetting(TypeIDValue=1004, DefaultValue=40)]
protected System.int ErrorMaxReAttempts {get; set;}
[ProxySetting(TypeIDValue=1004, DefaultValue=40)]
protected: __property System.int get_ErrorMaxReAttempts();
protected: __property void set_ErrorMaxReAttempts( 
   System.int value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also