Share via


RefinementManager.ParentWebPart property

Gets or sets the Refinement Web Part that configures and renders filters calculated by the refinement manager.

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

Syntax

'Declaration
Public Property ParentWebPart As RefinementWebPart
    Get
    Set
'Usage
Dim instance As RefinementManager
Dim value As RefinementWebPart

value = instance.ParentWebPart

instance.ParentWebPart = value
public RefinementWebPart ParentWebPart { get; set; }

Property value

Type: Microsoft.Office.Server.Search.WebControls.RefinementWebPart
The Refinement Web Part that configures and renders filters calculated by the refinement manager.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace