Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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