SearchServiceApplicationProxy.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
Public Function GetSpecialTermsCountForBestBet ( _
    parentBestBet As BestBet _
) As Integer
'Usage
Dim instance As SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Integer

returnValue = instance.GetSpecialTermsCountForBestBet(parentBestBet)
public int GetSpecialTermsCountForBestBet(
    BestBet parentBestBet
)

Parameters

Return Value

Type: System.Int32
The number of keyword attributes.

Implements

ISearchSiteAdministrationServiceApplication.GetSpecialTermsCountForBestBet(BestBet)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

The value of the parentBestBet parameter must not be null .

See Also

Reference

SearchServiceApplicationProxy Class

SearchServiceApplicationProxy Members

Microsoft.Office.Server.Search.Administration Namespace