HighlightedString.HighlightCount Property
Gets or sets the number of times a hit-highlighted term appears in the summary.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HighlightCount As Integer
Get
Set
'Usage
Dim instance As HighlightedString
Dim value As Integer
value = instance.HighlightCount
instance.HighlightCount = value
[DataMemberAttribute]
public int HighlightCount { get; set; }
Property Value
Type: System.Int32
The number of occurrences of the hit-highlighted term.