Query.StartRow, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets first row included in the search results.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.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.Office.Server.Search.Query, espace de noms