Share via


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

SearchResultsBaseToolPart members

Microsoft.Office.Server.Search.WebControls namespace