CoreResultsWebPart.MoreResultsText Property
Gets or sets the label text for the 'More Results' link displayed in the CoreResultsWebPart Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("SearchResults_CRMoreLabel", "SearchResults_CRFixedQuery", _
"SearchResults_CRMoreLabel_ToolTip")> _
<WebBrowsableAttribute(True)> _
Public Property MoreResultsText As String
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As String
value = instance.MoreResultsText
instance.MoreResultsText = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[ResourcesAttribute("SearchResults_CRMoreLabel", "SearchResults_CRFixedQuery",
"SearchResults_CRMoreLabel_ToolTip")]
[WebBrowsableAttribute(true)]
public string MoreResultsText { get; set; }
Property Value
Type: System.String
A 32-bit integer representing the number of content items that match the scope rule.