Query.HitHighlightedProperties property

NOTE: This API is now obsolete.

Gets the list of hit-highlighted properties.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property HitHighlightedProperties As StringCollection
    Get
'Usage
Dim instance As Query
Dim value As StringCollection

value = instance.HitHighlightedProperties
[ObsoleteAttribute("This class is obsolete.")]
public StringCollection HitHighlightedProperties { get; }

Property value

Type: System.Collections.Specialized.StringCollection
A collection containing the list of hit-highlighted properties.

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace