QueryInfo.ReferrerUrl Property
Gets or sets the URL of a page containing the URL that directed the user to the current page where the click-through originated.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ReferrerUrl As String
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As String
value = instance.ReferrerUrl
instance.ReferrerUrl = value
[DataMemberAttribute]
public string ReferrerUrl { get; set; }
Property Value
Type: System.String
The URL of a page containing the URL that directed the user to the current page where the click-through originated.