OperationResponse.SuccessCount Property

TegoOS

OperationResponseSuccessCount Property
The number of successful attempts to execute the operation.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int SuccessCount { get; }
Public ReadOnly Property SuccessCount As Integer
	Get
public:
property int SuccessCount {
	int get ();
}
member SuccessCount : int with get

Property Value

Type: Int32
See Also