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
)