Query.HitHighlightedProperties Property

Gets the list of hit-highlighted properties.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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 containing the list of hit-highlighted properties.

See Also

Reference

Query Class

Query Members

Microsoft.SharePoint.Search.Query Namespace