MatchingOptions enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MatchingOptions
'Usage
Dim instance As MatchingOptions
[FlagsAttribute]
public enum MatchingOptions

Members

Member name Description
FullQuery
ProperPrefix
ProperSuffix

See also

Reference

Microsoft.Office.Server.Search.Query.Rules namespace