SearchResultsBaseWebPart.ToolPart Property
Gets the tool part for the Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property ToolPart As ToolPart
Get
'Usage
Dim value As ToolPart
value = Me.ToolPart
protected abstract ToolPart ToolPart { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ToolPart
An object representing the tool part.
See Also
Reference
SearchResultsBaseWebPart Class