Share via


ResultTable.Item property (String)

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This class is obsolete.")> _
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)
[ObsoleteAttribute("This class is obsolete.")]
public Object this[
    string name
] { get; }

Parameters

  • name
    Type: System.String

    A string containing the name of the individual result row to return.

Property value

Type: System.Object

Implements

IDataRecord.Item[String]

See also

Reference

ResultTable class

ResultTable members

Item overload

Microsoft.SharePoint.Search.Query namespace