RefinementScriptWebPart.UseManagedNavigationRefiners property

True if the refinement configuration should be read from the current managed navigation context, false to use the local configuration

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 UseManagedNavigationRefiners As Boolean
    Get
    Set
'Usage
Dim instance As RefinementScriptWebPart
Dim value As Boolean

value = instance.UseManagedNavigationRefiners

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

Property value

Type: System.Boolean

See also

Reference

RefinementScriptWebPart class

RefinementScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace