KeywordInclusion Enumeration
Defines the keyword inclusion values.
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. |