SearchServiceApplication.GetBestBetsCountForSpecialTerm Method

Calculates the number of BestBet attributes for the specified Keyword.

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

Syntax

'Declaration
Public Function GetBestBetsCountForSpecialTerm ( _
    st As Keyword _
) As Integer
'Usage
Dim instance As SearchServiceApplication
Dim st As Keyword
Dim returnValue As Integer

returnValue = instance.GetBestBetsCountForSpecialTerm(st)
public int GetBestBetsCountForSpecialTerm(
    Keyword st
)

Parameters

Return Value

Type: System.Int32
The number of BestBet attributes.

Implements

ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)

Remarks

This method gets the number of BestBet attributes for the specified term.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace