SearchServiceApplication.GetSynonymsInfoSpecialTerm method

Retrieves the Synonym that is associated with a specified Keyword.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetSynonymsInfoSpecialTerm ( _
    parentSpecialTerm As Keyword _
) As Dictionary(Of String, Synonym)
'Usage
Dim instance As SearchServiceApplication
Dim parentSpecialTerm As Keyword
Dim returnValue As Dictionary(Of String, Synonym)

returnValue = instance.GetSynonymsInfoSpecialTerm(parentSpecialTerm)
public Dictionary<string, Synonym> GetSynonymsInfoSpecialTerm(
    Keyword parentSpecialTerm
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, Synonym>
The dictionary consists of the string and the Synonym that is associated with the specified keyword.

Implements

ISearchSiteAdministrationServiceApplication.GetSynonymsInfoSpecialTerm(Keyword)

Remarks

The value of the parentSpecialTerm parameter must not be null .

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace