PersonalResultSuggestion.HighlightedTitle property

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

Syntax

'Declaration
Public Property HighlightedTitle As String
    Get
    Set
'Usage
Dim instance As PersonalResultSuggestion
Dim value As String

value = instance.HighlightedTitle

instance.HighlightedTitle = value
public string HighlightedTitle { get; set; }

Property value

Type: System.String

See also

Reference

PersonalResultSuggestion class

PersonalResultSuggestion members

Microsoft.SharePoint.Client.Search.Query namespace