Defines the number of failed transmission sets before entering link mode

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Recovery { get; }
Visual Basic
Public ReadOnly Property Recovery As Integer
	Get
Visual C++
public:
property int Recovery {
	int get ();
}
F#
member Recovery : int with get

Property Value

Type: Int32

See Also