ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet method
Retrieves the list of keyword objects 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
<OperationContractAttribute> _
Function GetSpecialTermsInfoForBestBet ( _
parentBestBet As BestBet _
) As Dictionary(Of String, Keyword)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
[OperationContractAttribute]
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 keywords associated with the specified Best Bet.
Remarks
Implementing classes should ensure that the value of the parentBestBet parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface