Gets the max number to return.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public int MaxNumberToReturn { get; private set; }
Visual Basic
Public Property MaxNumberToReturn As Integer
	Get
	Private Set

Field Value

The max number to return.

Remarks

If the server should return the maximum number of results possible, set this value to -1.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also