ResultTable.Item property (Int32)

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

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

Syntax

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

value = instance(i)
public Object this[
    int i
] { get; }

Parameters

Property value

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

Implements

IDataRecord.Item[Int32]

See also

Reference

ResultTable class

ResultTable members

Item overload

Microsoft.Office.Server.Search.Query namespace