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