SPWebCategoryNameAttribute.CategoryName - Propriété
Spécifie le nom convivial de la catégorie d'une propriété de composant WebPart particulier à afficher dans un contrôle CustomPropertyToolPart dans l' ToolPane.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property CategoryName As String
Get
'Utilisation
Dim instance As SPWebCategoryNameAttribute
Dim value As String
value = instance.CategoryName
public virtual string CategoryName { get; }
Valeur de propriété
Type : System.String
Nom de la catégorie.
Voir aussi
Référence
SPWebCategoryNameAttribute classe