Scope.AlternateResultsPage Property
Gets or sets the URL for an alternate search results page.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AlternateResultsPage As String
Get
Set
'Usage
Dim instance As Scope
Dim value As String
value = instance.AlternateResultsPage
instance.AlternateResultsPage = value
public string AlternateResultsPage { get; set; }
Property Value
Type: System.String
A string containing the URL of the alternate results page.
Remarks
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.