ActiveCrawls.NumberOfRows Property

An integer value that specifies the number of rows to display on each page of the Active Crawls Web Part.

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

Syntax

'Declaration
<ResourcesAttribute("S2AdminWebPart_NumberOfRows", "", "S2AdminWebPart_NumberOfRows")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property NumberOfRows As Integer
    Get
    Set
'Usage
Dim instance As ActiveCrawls
Dim value As Integer

value = instance.NumberOfRows

instance.NumberOfRows = value
[ResourcesAttribute("S2AdminWebPart_NumberOfRows", "", "S2AdminWebPart_NumberOfRows")]
[WebPartStorageAttribute(Storage.Shared)]
public int NumberOfRows { get; set; }

Property Value

Type: System.Int32

Remarks

The default value is 3.

See Also

Reference

ActiveCrawls Class

ActiveCrawls Members

Microsoft.Office.Server.Search.WebControls Namespace