Share via


QueryProperties.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
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property HitHighlightedProperties As StringCollection
    Get
    Friend Set
'Usage
Dim instance As QueryProperties
Dim value As StringCollection

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

Property value

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

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace