ISearchSiteAdministrationServiceApplication.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
<OperationContractAttribute> _
Function GetBestBetsCountForSpecialTerm ( _
st As Keyword _
) As Integer
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim st As Keyword
Dim returnValue As Integer
returnValue = instance.GetBestBetsCountForSpecialTerm(st)
[OperationContractAttribute]
int GetBestBetsCountForSpecialTerm(
Keyword st
)
Parameters
st
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
Return value
Type: System.Int32
The number of the BestBet attributes.
Remarks
This method calculates the number of the BestBet attributes for the specified keyword.
See also
Reference
ISearchSiteAdministrationServiceApplication interface