Number of tries to connect to the device.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Retries { get; set; }
Public Property Retries As Integer
Get
Set
public:
property int Retries {
int get ();
void set (int value);
}
member Retries : int with get, set
Property Value
Type:
Int32See Also