RefinementScriptWebPart.SelectedRefinementControlsJson property

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property SelectedRefinementControlsJson As String
    Get
    Set
'Usage
Dim instance As RefinementScriptWebPart
Dim value As String

value = instance.SelectedRefinementControlsJson

instance.SelectedRefinementControlsJson = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string SelectedRefinementControlsJson { get; set; }

Property value

Type: System.String

See also

Reference

RefinementScriptWebPart class

RefinementScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace