ReorderingRule.MatchType property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property MatchType As ReorderingRuleMatchType
Get
Set
'Usage
Dim instance As ReorderingRule
Dim value As ReorderingRuleMatchType
value = instance.MatchType
instance.MatchType = value
public ReorderingRuleMatchType MatchType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Search.Query.ReorderingRuleMatchType