Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the terms to which keyword Search query has been restricted.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetSearchTerms ( _
properties As KeywordQueryProperties _
) As String
'Usage
Dim instance As SearchServiceApplication
Dim properties As KeywordQueryProperties
Dim returnValue As String
returnValue = instance.GetSearchTerms(properties)
public string GetSearchTerms(
KeywordQueryProperties properties
)
Parameters
properties
Type: Microsoft.Office.Server.Search.Query.KeywordQueryPropertiesThe properties for a Search query.
Return Value
Type: System.String
The terms to which a keyword Search query has been restricted.
Remarks
The properties parameter must be specified before this method is called.
See Also
Reference
SearchServiceApplication Class