This function returns the current record number in process. Please note that this will only return correct results after the job has started via Start()()()

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CurrentRecord { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentRecord As Integer
Visual C++
public:
property int CurrentRecord {
	int get ();
}

See Also