Share via


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
    Private Set
'Usage
Dim instance As QueryProperties
Dim value As StringCollection

value = instance.HitHighlightedProperties
[DataMemberAttribute]
public StringCollection HitHighlightedProperties { get; private 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