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.
Retrieves the list of keywords associated with a specified Best Bet.
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 SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
BestBet parentBestBet
)
Parameters
parentBestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe specified Best Bet.
Return Value
Type: System.Collections.Generic.Dictionary<String, Keyword>
The list of term/keyword pairs.
Implements
ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error occurred during application execution. |
Remarks
The value of the parentBestBet parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class