SPWebCategoryNameAttribute.Default Property
Returns a default empty SPWebCategoryNameAttribute object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Shared ReadOnly Property Default As SPWebCategoryNameAttribute
Get
'Usage
Dim value As SPWebCategoryNameAttribute
value = SPWebCategoryNameAttribute.Default
public static SPWebCategoryNameAttribute Default { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute
A default instance of the SPWebCategoryNameAttribute class constructed without any parameters.
See Also
Reference
SPWebCategoryNameAttribute Class