ResultTableCollection.Item property
NOTE: This API is now obsolete.
Gets a ResultTable object from the collection, based on the result type.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use Filter("TableType", value).")> _
Public ReadOnly Default Property Item ( _
requestedType As ResultType _
) As ResultTable
Get
'Usage
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim value As ResultTable
value = instance(requestedType)
[ObsoleteAttribute("Use Filter("TableType", value).")]
public ResultTable this[
ResultType requestedType
] { get; }
Parameters
requestedType
Type: Microsoft.Office.Server.Search.Query.ResultTypeA value from the ResultType enumeration.
Property value
Type: Microsoft.Office.Server.Search.Query.ResultTable
The specified result table.