Share via


Query.RowsPerPage-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft die Anzahl der Suchergebnisse pro Seite fest.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property RowsPerPage As Integer
    Get
    Set
'Usage
Dim instance As Query
Dim value As Integer

value = instance.RowsPerPage

instance.RowsPerPage = value
[ObsoleteAttribute("This class is obsolete.")]
public int RowsPerPage { get; set; }

Eigenschaftswert

Typ: System.Int32
Eine 32-Bit-Ganzzahl, die die Anzahl der Suchergebnisse.

Siehe auch

Referenz

Query Klasse

Query-Member

Microsoft.SharePoint.Search.Query-Namespace