SPWebCategoryNameAttribute.CategoryNameValue property
Gets or sets the category name value.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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