SavedSearch.SPRefinements property

Gets or sets the SharePoint Server refinements associated with the saved search query.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property SPRefinements As String
    Get
    Set
'Usage
Dim instance As SavedSearch
Dim value As String

value = instance.SPRefinements

instance.SPRefinements = value
public string SPRefinements { get; set; }

Property value

Type: System.String
SharePoint Server query refinements associated with this SavedSearch object.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace