Share via


HighlightedString.HighlightCount property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property HighlightCount As Integer
    Get
    Set
'Usage
Dim instance As HighlightedString
Dim value As Integer

value = instance.HighlightCount

instance.HighlightCount = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public int HighlightCount { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

HighlightedString class

HighlightedString members

Microsoft.SharePoint.Search.Query namespace