Share via


AnalyticsRecommendationScriptWebPart.PartTitle method

Gets the title shown on the Web Part as a String.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public MustOverride Function PartTitle As String
'Usage
Dim instance As AnalyticsRecommendationScriptWebPart
Dim returnValue As String

returnValue = instance.PartTitle()
public abstract string PartTitle()

Return value

Type: System.String
The Web Part’s title.

See also

Reference

AnalyticsRecommendationScriptWebPart class

AnalyticsRecommendationScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace