BestBetFilter Enumeration

Defines the filter types available for the GetFilteredBestBets() method of the Keywords class.

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

Syntax

'Declaration
Public Enumeration BestBetFilter
'Usage
Dim instance As BestBetFilter
public enum BestBetFilter

Members

Member name Description
BestBetTitle Specifies filter for the best bet title.
BestBetUrl Specifies filter for the best bet URL.
Both Specifies filter for both the best bet title and URL.
None No filter specified.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace