Query.HitHighlightedProperties Property

Gets the collection of hit-highlighted properties for the query.

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

Syntax

'Declaration
Public ReadOnly Property HitHighlightedProperties As StringCollection
    Get
'Usage
Dim instance As Query
Dim value As StringCollection

value = instance.HitHighlightedProperties
public StringCollection HitHighlightedProperties { get; }

Property Value

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

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace