Location.HitHighLightProperties 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
Public Property HitHighLightProperties As StringCollection
    Get
    Set
'Usage
Dim instance As Location
Dim value As StringCollection

value = instance.HitHighLightProperties

instance.HitHighLightProperties = value
public StringCollection HitHighLightProperties { get; set; }

Property value

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

Remarks

For details when using FAST Search Server 2010 for SharePoint, see Hit Hithlighted Summary.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace