KeywordQuery.SearchTerms property
Obtém os termos usados para a consulta de pesquisa.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property SearchTerms As String
Get
'Uso
Dim instance As KeywordQuery
Dim value As String
value = instance.SearchTerms
public string SearchTerms { get; }
Property value
Type: System.String
Uma string contendo os termos de pesquisa.