: ResultTableCollection.QueryTerms (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets a list of the search terms used by the query.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property QueryTerms As String()
'Uso
Dim instance As ResultTableCollection
Dim value As String()
value = instance.QueryTerms
instance.QueryTerms = value
public string[] QueryTerms { get; set; }
Valor de propiedad
A string array containing the search query terms.
Vea también
Referencia
ResultTableCollection (Clase)
ResultTableCollection (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)