Property MaxHits
MaxHits
Gets or sets the greatest number of hits to return. The default is 1000.
public int MaxHits { get; set; }
Property Value
Remarks
A bound rather than a convenience: a one-character search over a long report matches once per character, and a viewer asking for every hit should say so by raising this rather than by discovering it.