Compartir a través de


de la propiedad QueryInfo.ReferrerUrl

Gets or sets the URL of a page containing the URL that directed the user to the current page where the click-through originated.

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ReferrerUrl As String
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As String

value = instance.ReferrerUrl

instance.ReferrerUrl = value
[DataMemberAttribute]
public string ReferrerUrl { get; set; }

Valor de propiedad

Tipo: System.String
The URL of a page containing the URL that directed the user to the current page where the click-through originated.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query