: Scope.AlternateResultsPage (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the URL for an alternate search results page.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property AlternateResultsPage As String
'Uso
Dim instance As Scope
Dim value As String
value = instance.AlternateResultsPage
instance.AlternateResultsPage = value
public string AlternateResultsPage { get; set; }
Valor de propiedad
A string containing the URL of the alternate results page.
Comentarios
To display search results for a specific scope on separate results page, you can specify an alternate results page for the scope.
The maximum length for this property is 1000 characters. The default value is an empty string.
Vea también
Referencia
Scope (Clase)
Scope (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)