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)
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.