ResultTable.Item Property (Int32)

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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

  • i
    Type: System.Int32

    A 32-bit integer specifying the row index.

Property Value

Type: System.Object

Implements

IDataRecord.Item[Int32]

See Also

Reference

ResultTable Class

ResultTable Members

Item Overload

Microsoft.SharePoint.Search.Query Namespace