Share via


ResultTable.Table Property

Gets or sets the DataTable containing the search results.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Table As DataTable
    Get
    Set
'Usage
Dim instance As ResultTable
Dim value As DataTable

value = instance.Table

instance.Table = value
[DataMemberAttribute]
public DataTable Table { get; set; }

Property Value

Type: System.Data.DataTable
The search results.

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.Office.Server.Search.Query Namespace