SPWebCategoryNameAttribute.CategoryNameValue Property
Gets or sets the category name value.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Protected Property CategoryNameValue As String
Get
Set
'Usage
Dim value As String
value = Me.CategoryNameValue
Me.CategoryNameValue = value
protected string CategoryNameValue { get; set; }
Property Value
Type: System.String
The name of the category.
See Also
Reference
SPWebCategoryNameAttribute Class