ContentBySearchWebPart.StartingItemIndex property

Specifies the index at which to start the display of search results. The default value is 1.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property StartingItemIndex As Integer
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As Integer

value = instance.StartingItemIndex

instance.StartingItemIndex = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public int StartingItemIndex { get; set; }

Property value

Type: System.Int32

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace