RefineSearchResults.MoreOptionsText Property
NOTE: This API is now obsolete.
Gets or sets the text to display for the More Options link on the control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete. Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")> _
Public Property MoreOptionsText As String
Get
Set
'Usage
Dim instance As RefineSearchResults
Dim value As String
value = instance.MoreOptionsText
instance.MoreOptionsText = value
[ObsoleteAttribute("This control is obsolete. Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")]
public string MoreOptionsText { get; set; }
Property Value
Type: System.String
A string containing the text to display.