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

See Also

Reference

ResultTable Class

ResultTable Members

Item Overload

Microsoft.Office.Server.Search.Query Namespace