Share via


ResultTable.Item Property (String)

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.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.String
    A string containing the name of the individual result row to return.

Property Value

Type: System.Object

See Also

Reference

ResultTable Class

ResultTable Members

Item Overload

Microsoft.Office.Server.Search.Query Namespace