The number of contact records to be saved to iMIS between database commits

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also