SearchServiceApplication.GetSpecialTermsInfoForBestBet method

Retrieves the list of KeyWord objects associated with a specified BestBet.

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

Syntax

'Declaration
Public Function GetSpecialTermsInfoForBestBet ( _
    parentBestBet As BestBet _
) As Dictionary(Of String, Keyword)
'Usage
Dim instance As SearchServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)

returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
    BestBet parentBestBet
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, Keyword>
The dictionary consists of a Term() and KeyWord.

Implements

ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)

Remarks

The value of the parentBestBet parameter must not be null .

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace