Specifies the maximal number of preview records to show. Is only used if the preview type None is selected.

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

Syntax

C#
public int NumberOfRecords { get; set; }
Visual Basic (Declaration)
Public Property NumberOfRecords As Integer
Visual C++
public:
property int NumberOfRecords {
	int get ();
	void set (int value);
}

See Also