PersonalResultSuggestion.HighlightedTitle - Propriété
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public Property HighlightedTitle As String
Get
Set
'Utilisation
Dim instance As PersonalResultSuggestion
Dim value As String
value = instance.HighlightedTitle
instance.HighlightedTitle = value
public string HighlightedTitle { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
PersonalResultSuggestion classe