PersonalResultSuggestion.HighlightedTitle property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property HighlightedTitle As String
Get
Set
'Uso
Dim instance As PersonalResultSuggestion
Dim value As String
value = instance.HighlightedTitle
instance.HighlightedTitle = value
[DataMemberAttribute]
public string HighlightedTitle { get; set; }
Property value
Type: System.String
Ver também
Referência
PersonalResultSuggestion class