SearchResultsBaseWebPart.ShowMoreLink Property
Gets or sets a Boolean value specifying whether the More Results link should be displayed in the federated results 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