Share via


Query.StartRow, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets first row included in the search results.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.search.dll)

Syntaxe

'Déclaration
Public Property StartRow As Integer
'Utilisation
Dim instance As Query
Dim value As Integer

value = instance.StartRow

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

Valeur de la propriété

A 32-bit integer representing the row index. The default value is 1.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms