KeywordInclusion Enumeration
Defines the keyword inclusion values.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
Public Enumeration KeywordInclusion
Dim instance As KeywordInclusion
public enum KeywordInclusion
Members
Member name | Description | |
---|---|---|
AllKeywords | Indicates that the query returns only the search results that contain all of the query terms. | |
AnyKeyword | Indicates that the query returns search results that contain any of the query terms. |