SearchResult.HitHighlightSummary property

An XML string which describes the matches in a Skill search summary.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property HitHighlightSummary As String
    Get
    Friend Set
'Usage
Dim instance As SearchResult
Dim value As String

value = instance.HitHighlightSummary
public string HitHighlightSummary { get; internal set; }

Property value

Type: System.String

Remarks

This string contains a sequence of skills which describe the contact found in the Result. The skill descriptions are separated by delimiters, and within each delimited sstring, there is additional XML markup which identifies the specific word or words which matched the search.

See also

Reference

SearchResult class

SearchResult members

Microsoft.Lync.Controls namespace