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