SearchServiceApplication.GetSpecialTermsCountForBestBet method
Retrieves the number of KeyWord attributes that are associated with the specified BestBet.
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 SearchServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Integer
returnValue = instance.GetSpecialTermsCountForBestBet(parentBestBet)
public int GetSpecialTermsCountForBestBet(
BestBet parentBestBet
)
Parameters
parentBestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe specified BestBet.
Return value
Type: System.Int32
The number of KeyWord attributes.
Implements
ISearchSiteAdministrationServiceApplication.GetSpecialTermsCountForBestBet(BestBet)
Remarks
The value of the parentBestBet parameter must not be null .
See also
Reference
SearchServiceApplication class