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