Compartilhar via


Query.StartRow property

Obtém ou define a primeira linha incluída nos resultados da pesquisa.

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

Syntax

'Declaração
Public Property StartRow As Integer
    Get
    Set
'Uso
Dim instance As Query
Dim value As Integer

value = instance.StartRow

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

Property value

Type: System.Int32
Um inteiro de 32 bits que representa o índice da linha.

Comentários

O valor padrão é 1.

Ver também

Referência

Query class

Query members

Microsoft.Office.Server.Search.Query namespace