Microsoft.SharePoint.WebPar ...


SPWebCategoryNameAttribute Class (Microsoft.SharePoint.WebPartPages)
Defines the friendly or localized name of the category of a property in the CustomPropertyToolPartcontrol inside the ToolPane.

Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class SPWebCategoryNameAttribute
    Inherits Attribute
Visual Basic (Usage)
Dim instance As SPWebCategoryNameAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Property)] 
public class SPWebCategoryNameAttribute : Attribute
Remarks

This class can be overridden to get a localized value for the CategoryName property.

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Tags :


Page view tracker