Query.HitHighlightedProperties property

Gets the collection of hit highlighted properties for the query.

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

See also

Reference

Query class

Query members

Microsoft.SharePoint.Client.Search.Query namespace