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