Gets the maximum results returned per query.
Namespace: ININ.IceLib.EFaqAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public int MaximumResults { get; set; } |
Visual Basic |
---|
Public Property MaximumResults As Integer Get Set |
Field Value
The maximum results to return.Remarks
The value must be greater than or equal to 0. Defaults to 50.
Remarks
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.) |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The value was invalid. |
Version 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.
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.