Max number of times to try and transfer a file

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

See Also