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 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