SearchServiceApplication.DiscoveryMaxRowLimit property

Gets or sets a Int32 value that represents the largest value that can be set for DiscoveryRowLimit().

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property DiscoveryMaxRowLimit As Integer
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer

value = instance.DiscoveryMaxRowLimit

instance.DiscoveryMaxRowLimit = value
public int DiscoveryMaxRowLimit { get; set; }

Property value

Type: System.Int32

Remarks

The default value is 10,000. The DiscoveryMaxRowLimit value cannot be larger than 100,000.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace