WebPartGalleryItem.Description Property
When overridden in a derived class, gets the description 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 Description As String
Get
'Usage
Dim instance As WebPartGalleryItem
Dim value As String
value = instance.Description
public abstract string Description { get; }
Property Value
Type: System.String
The description of the item.