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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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