Partager via


Scope.AlternateResultsPage, propriété (Microsoft.Office.Server.Search.Administration)

Gets or sets the URL for an alternate search results page.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Property AlternateResultsPage As String
'Utilisation
Dim instance As Scope
Dim value As String

value = instance.AlternateResultsPage

instance.AlternateResultsPage = value
public string AlternateResultsPage { get; set; }

Valeur de la propriété

A string containing the URL of the alternate results page.

Remarques

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.

Voir aussi

Référence

Scope, classe
Membres Scope
Microsoft.Office.Server.Search.Administration, espace de noms