Share via


WebPartGalleryItem.Title property

When overridden in a derived class, gets the title of the item.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Title As String
    Get
'Usage
Dim instance As WebPartGalleryItem
Dim value As String

value = instance.Title
public abstract string Title { get; }

Property value

Type: System.String
The title of the item.

See also

Reference

WebPartGalleryItem class

WebPartGalleryItem members

Microsoft.SharePoint.WebPartPages namespace