KeywordInclusion enumeration

Defines whether the query shall return results that contain all or any of the specified search terms.

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

Syntax

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

Members

Member name Description
AllKeywords Indicates that the query returns only the search results containing all of the query terms.
AnyKeyword Indicates that the query returns search results containing any of the query terms.

See also

Reference

Microsoft.Office.Server.Search.Query namespace