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

Property Value

Type: Microsoft.Office.Server.Search.Query.ResultTable
A ResultTable object.

See Also

Reference

ResultTableCollection Class

ResultTableCollection Members

Microsoft.Office.Server.Search.Query Namespace