ResultTable.ResultType property
NOTE: This API is now obsolete.
Gets the type of search results in the result table.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use TableType instead.")> _
<DataMemberAttribute> _
Public Property ResultType As ResultType
Get
Private Set
'Usage
Dim instance As ResultTable
Dim value As ResultType
value = instance.ResultType
[ObsoleteAttribute("Use TableType instead.")]
[DataMemberAttribute]
public ResultType ResultType { get; private set; }
Property value
Type: Microsoft.SharePoint.Search.Query.ResultType
A value that represents the type of search results in the result table.