SearchResultsBaseDatasource.StartAt Property
Gets or sets the first row 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
A 32-bit integer representing the row index. The default value is 1.
See Also
Reference
SearchResultsBaseDatasource Class