Defines the number of back to back attempts in a transmission set

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

Syntax

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

Property Value

Type: Int32

See Also