: ResultTable.Item (Propiedad) (String) (Microsoft.Office.Server.Search.Query)
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Object
'Uso
Dim instance As ResultTable
Dim name As String
Dim value As Object
value = instance(name)
public Object this [
string name
] { get; }
Parámetros
- name
A string containing the name of the individual result row to return.
Vea también
Referencia
ResultTable (Clase)
ResultTable (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)