SPWebCategoryNameAttribute.CategoryName property

Specifies the friendly name of the category of a particular Web Part property to be displayed in a CustomPropertyToolPart control in the ToolPane.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CategoryName As String
    Get
'Usage
Dim instance As SPWebCategoryNameAttribute
Dim value As String

value = instance.CategoryName
public virtual string CategoryName { get; }

Property value

Type: System.String
The name of the category.

See also

Reference

SPWebCategoryNameAttribute class

SPWebCategoryNameAttribute members

Microsoft.SharePoint.WebPartPages namespace