ScopeInfo.AlternateResultsPage Property
Gets or sets the URL for the alternate search results page.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AlternateResultsPage As String
Get
Set
'Usage
Dim instance As ScopeInfo
Dim value As String
value = instance.AlternateResultsPage
instance.AlternateResultsPage = value
[DataMemberAttribute]
public string AlternateResultsPage { get; set; }
Property Value
Type: System.String
The URL of the alternate search results page.
Remarks
Use this property if you want search results from this search scope to be presented on a custom Web page instead of the default search results page.