WebPartMobileAdapter.WebPartTitle property

Gets the display title of the Web Part that is being adapted.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property WebPartTitle As String
    Get
'Usage
Dim value As String

value = Me.WebPartTitle
protected string WebPartTitle { get; }

Property value

Type: System.String
The title of the Web Part.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace