Compartir a través de


de la propiedad QueryInfo.ResultsUrl

Gets or sets the URL of the 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 ResultsUrl As String
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As String

value = instance.ResultsUrl

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

Valor de propiedad

Tipo: System.String
The URL of the page where click-through originated.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

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