Share via


ResultTable.Item Property (String)

Gets a search result from the collection, based on the specified row name.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Object
    Get
'Usage
Dim instance As ResultTable
Dim name As String
Dim value As Object

value = instance(name)
public Object this[
    string name
] { get; }

Parameters

  • name
    Type: System.String

    The name of the individual result row to return.

Property Value

Type: System.Object
The row containing the search result.

Implements

IDataRecord.Item[String]

See Also

Reference

ResultTable Class

ResultTable Members

Item Overload

Microsoft.Office.Server.Search.Query Namespace