QueryProperties.EnableOrderingHitHighlightedProperty property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property EnableOrderingHitHighlightedProperty As Boolean
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As Boolean
value = instance.EnableOrderingHitHighlightedProperty
instance.EnableOrderingHitHighlightedProperty = value
[ObsoleteAttribute("This class is obsolete.")]
public bool EnableOrderingHitHighlightedProperty { get; set; }
Property value
Type: System.Boolean