QueryCondition.ThrowIfInvalidMatchingOptions method

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

Syntax

'Declaration
Protected MustOverride Sub ThrowIfInvalidMatchingOptions ( _
    value As MatchingOptions _
)
'Usage
Dim value As MatchingOptions

Me.ThrowIfInvalidMatchingOptions(value)
protected abstract void ThrowIfInvalidMatchingOptions(
    MatchingOptions value
)

Parameters

See also

Reference

QueryCondition class

QueryCondition members

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