SearchServiceApplication.GetSearchTerms Method

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

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

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace