SearchResultsBaseDatasource.StartAt Property

Gets or sets the first row that is included in the federated search results.

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

Syntax

'Declaration
Public Property StartAt As Integer
    Get
    Set
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Integer

value = instance.StartAt

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

Property Value

Type: System.Int32
The row index. The default value is 1.

See Also

Reference

SearchResultsBaseDatasource Class

SearchResultsBaseDatasource Members

Microsoft.Office.Server.Search.WebControls Namespace