ResultTableCollection.Item Property
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
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)
public ResultTable this[
ResultType requestedType
] { get; }
Parameters
- requestedType
Type: Microsoft.Office.Server.Search.Query.ResultType
A value from the ResultType enumeration.
Property Value
Type: Microsoft.Office.Server.Search.Query.ResultTable
A ResultTable object.