QueryProperties.KeywordInclusion property

Gets or sets a value that specifies whether the query returns 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
<DataMemberAttribute> _
Public Property KeywordInclusion As KeywordInclusion
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As KeywordInclusion

value = instance.KeywordInclusion

instance.KeywordInclusion = value
[DataMemberAttribute]
public KeywordInclusion KeywordInclusion { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.KeywordInclusion
A value from the [T:Microsoft.Office.Server.Search.QueryHYPERLINK"mk:@MSITStore:C:\\\\Users\\\\jowest\\\\Documents\\\\WORK\\\\BUILDS\\\\OSSSDK2007.chm::/html/5297646f-c637-49e4-5a58-6a3c0524fa24.htm"KeywordInclusion] enumeration.

Remarks

When using the FullTextSqlQuery class, this property applies to search terms specified in the FREETEXT predicate (see FREETEXT Predicate).

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace