LocationList.StartItem Property

Gets or sets the number of the first item returned in the search results.

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

Syntax

'Declaration
Public Property StartItem As Integer
    Get
    Set
'Usage
Dim instance As LocationList
Dim value As Integer

value = instance.StartItem

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

Property Value

Type: System.Int32
A 32-bit integer specifying the first item in the search results.

See Also

Reference

LocationList Class

LocationList Members

Microsoft.Office.Server.Search.Query Namespace