Query.EnableOrderingHitHighlightedProperty property
A Boolean value that specifies whether the hit highlighted properties should be ordered by hit highlighted terms.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property EnableOrderingHitHighlightedProperty As Boolean
Get
Set
'Usage
Dim instance As Query
Dim value As Boolean
value = instance.EnableOrderingHitHighlightedProperty
instance.EnableOrderingHitHighlightedProperty = value
public bool EnableOrderingHitHighlightedProperty { get; set; }
Property value
Type: System.Boolean
true if the highlighted properties are to be ordered by highlighted terms; otherwise, false.