The Maximum number of customer records this iMIS installation is licensed for.

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

Syntax

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

See Also