Gets the maximum results returned per query.

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

Collapse imageSyntax

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

Field Value

The maximum results to return.

Collapse imageRemarks

The value must be greater than or equal to 0. Defaults to 50.

Collapse imageRemarks

Note
If entries are returned because they contain a "guaranteed hit" keyword, all of them are returned, no matter what. (So, even if the query specified only to return up to 5 entries, if 7 entries were guaranteed-hits, then 7 entries will be returned.)

Collapse imageExceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe value was invalid.

Collapse imageVersion Information

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

Collapse imageSee Also