Query.EnableOrderingHitHighlightedProperty property

A Boolean value that specifies whether the hit highlighted properties should be ordered by hit highlighted terms.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.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

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace