RefineSearchResults.Title Property
NOTE: This API is now obsolete.
Gets or sets the title that is displayed for 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 Title As String
Get
Set
'Usage
Dim instance As RefineSearchResults
Dim value As String
value = instance.Title
instance.Title = value
[ObsoleteAttribute("This control is obsolete. Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")]
public string Title { get; set; }
Property Value
Type: System.String
A string containing the text of the title.