ResultTable.NextResult method
NOTE: This API is now obsolete.
Advances to the next search result.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function NextResult As Boolean
'Usage
Dim instance As ResultTable
Dim returnValue As Boolean
returnValue = instance.NextResult()
[ObsoleteAttribute("This class is obsolete.")]
public bool NextResult()
Return value
Type: System.Boolean
true if there are more search results; otherwise, false.