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 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