Share via


WebPartGalleryItem.Category Property

When overridden in a derived class, gets the name of the category in which the item is displayed.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

Type: System.String
The name of the category.

See Also

Reference

WebPartGalleryItem Class

WebPartGalleryItem Members

Microsoft.SharePoint.WebPartPages Namespace