ResultTable.Table Property
Gets or sets the DataTable containing the search results.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property Table As DataTable
Get
Set
'Usage
Dim instance As ResultTable
Dim value As DataTable
value = instance.Table
instance.Table = value
public DataTable Table { get; set; }
Property Value
Type: System.Data.DataTable
The search results.