Share via


ReorderingRule.MatchValue property

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property MatchValue As String
    Get
    Set
'Usage
Dim instance As ReorderingRule
Dim value As String

value = instance.MatchValue

instance.MatchValue = value
public string MatchValue { get; set; }

Property value

Type: System.String

See also

Reference

ReorderingRule class

ReorderingRule members

Microsoft.SharePoint.Client.Search.Query namespace