QueryProperties.HitHighlightedProperties property

Gets the list of hit-highlighted properties.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property HitHighlightedProperties As StringCollection
    Get
    Friend Set
'Usage
Dim instance As QueryProperties
Dim value As StringCollection

value = instance.HitHighlightedProperties
[DataMemberAttribute]
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.Office.Server.Search.Query namespace