QueryCondition.MatchingOptions property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MatchingOptions As MatchingOptions
Get
Set
'Usage
Dim instance As QueryCondition
Dim value As MatchingOptions
value = instance.MatchingOptions
instance.MatchingOptions = value
public MatchingOptions MatchingOptions { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.MatchingOptions