Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL for displaying additional search results from the location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property MoreLinkUrl As String
Get
Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As String
value = instance.MoreLinkUrl
instance.MoreLinkUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string MoreLinkUrl { get; set; }
Property Value
Type: System.String
The “More Results” link URL.
See Also
Reference
SearchResultsBaseWebPart Class