ISearchSiteAdministrationServiceApplication.GetBestBetsOrderInfoForSpecialTerm Method

Retrieves a list of BestBet attributes associated with a keyword and their orders.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetBestBetsOrderInfoForSpecialTerm ( _
    st As Keyword _
) As ArrayList
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim st As Keyword
Dim returnValue As ArrayList

returnValue = instance.GetBestBetsOrderInfoForSpecialTerm(st)
[OperationContractAttribute]
ArrayList GetBestBetsOrderInfoForSpecialTerm(
    Keyword st
)

Parameters

Return Value

Type: System.Collections.ArrayList
An array of the BestBet attributes.

Remarks

Implementing classes should ensure that the value of the st parameter must not be null .

See Also

Reference

ISearchSiteAdministrationServiceApplication Interface

ISearchSiteAdministrationServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace