SearchResultsBaseToolPart.ToolPartTitle Property
Gets the title for this tool part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property ToolPartTitle As String
Get
'Usage
Dim value As String
value = Me.ToolPartTitle
protected abstract string ToolPartTitle { get; }
Property Value
Type: System.String
A string representing the tool part's title.
See Also
Reference
SearchResultsBaseToolPart Class