ResultTable.Item Property (String)
Gets a search result from the collection, based on the name of the row to return.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As Object
Get
'Usage
Dim instance As ResultTable
Dim name As String
Dim value As Object
value = instance(name)
public Object this[
string name
] { get; }
Parameters
name
Type: System.StringA string containing the name of the individual result row to return.
Property Value
Type: System.Object