Share via


ResultTable.Item property (Int32)

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This class is obsolete.")> _
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)
[ObsoleteAttribute("This class is obsolete.")]
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