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