PersonalResultSuggestion.Url - 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 Url As String
Get
Set
'Utilisation
Dim instance As PersonalResultSuggestion
Dim value As String
value = instance.Url
instance.Url = value
[DataMemberAttribute]
public string Url { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
PersonalResultSuggestion classe