ResultTable.GetValues method
Populates an array of objects with the column values for the current search result.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetValues ( _
values As Object() _
) As Integer
'Usage
Dim instance As ResultTable
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public int GetValues(
Object[] values
)
Parameters
values
Type: []An array of objects to copy the column values to.
Return value
Type: System.Int32
The number of columns with values copied to the array of object.