Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 CompletedCrawls
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.