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.
Reads the search query ResultTable.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Read As Boolean
'Usage
Dim instance As ResultTable
Dim returnValue As Boolean
returnValue = instance.Read()
public bool Read()
Return Value
Type: System.Boolean
true if read operation is successful; otherwise, false.