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.

See also

Reference

RefineSearchResults class

RefineSearchResults members

Microsoft.Office.Server.Search.WebControls namespace