CoreResultsWebPart.MoreResultsLink Property

Gets or sets the URL for the 'More Results' link displayed in the AdvancedSearchBox Web Part.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("SearchResults_CRMoreLink", "SearchResults_CRFixedQuery",  _
    "SearchResults_CRMoreLink_ToolTip")> _
Public Property MoreResultsLink As String
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As String

value = instance.MoreResultsLink

instance.MoreResultsLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchResults_CRMoreLink", "SearchResults_CRFixedQuery", 
    "SearchResults_CRMoreLink_ToolTip")]
public string MoreResultsLink { get; set; }

Property Value

Type: System.String
A string that contains the URL.

See Also

Reference

CoreResultsWebPart Class

CoreResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace