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)
Available in Sandboxed Solutions: No
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.