SearchResultsBaseWebPart.ShowMoreLink property

Gets or sets a Boolean value specifying whether the More Results link should be displayed in the Web Part.

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 ShowMoreLink As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean

value = instance.ShowMoreLink

instance.ShowMoreLink = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowMoreLink { get; set; }

Property value

Type: System.Boolean
true if the link should be displayed; otherwise, false.

See also

Reference

SearchResultsBaseWebPart class

SearchResultsBaseWebPart members

Microsoft.Office.Server.Search.WebControls namespace