QueryInfo.StartItem property

Gets or sets a zero-based index of the first Search result in the list of all Search results.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property StartItem As Integer
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As Integer

value = instance.StartItem

instance.StartItem = value
[DataMemberAttribute]
public int StartItem { get; set; }

Property value

Type: System.Int32
A zero-based index of the first Search result in the list of all Search results.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace