Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the caption for the user’s customized refinement panel.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("RefinementPanel_ToolPart_Prop_RefCaption", "RefinementPanel_ToolPart_Cat_Refinement", _
"RefinementPanel_ToolPart_Tooltip_RefCaption")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property RefinementPanelCaption As String
Get
Set
'Usage
Dim instance As RefinementWebPart
Dim value As String
value = instance.RefinementPanelCaption
instance.RefinementPanelCaption = value
[WebBrowsableAttribute(true)]
[ResourcesAttribute("RefinementPanel_ToolPart_Prop_RefCaption", "RefinementPanel_ToolPart_Cat_Refinement",
"RefinementPanel_ToolPart_Tooltip_RefCaption")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string RefinementPanelCaption { get; set; }
Property Value
Type: System.String
The caption for the user’s customized refinement panel.