ISearchSiteAdministrationServiceApplication.GetSpecialTermsCountForBestBet method

Retrieves the number of keyword attributes that are associated with the specified Best Bet.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetSpecialTermsCountForBestBet ( _
    parentBestBet As BestBet _
) As Integer
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Integer

returnValue = instance.GetSpecialTermsCountForBestBet(parentBestBet)
[OperationContractAttribute]
int GetSpecialTermsCountForBestBet(
    BestBet parentBestBet
)

Parameters

Return value

Type: System.Int32
The number of keyword attributes.

Remarks

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

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace