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
i
Type: System.Int32The row index.
Property value
Type: System.Object
The row containing the search result.