This function returns the total number of records to 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 NumberOfRecords { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfRecords As Integer
Visual C++
public:
property int NumberOfRecords {
	int get ();
}

See Also