SPUserCustomAction.Group - Propriété
Obtient ou définit le nom d'un groupe d'actions auquel appartient l'action personnalisée.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Property Group As String
Get
Set
'Utilisation
Dim instance As SPUserCustomAction
Dim value As String
value = instance.Group
instance.Group = value
public virtual string Group { get; set; }
Valeur de propriété
Type : System.String
Le nom d'un groupe d'actions, par exemple SiteSettings.
Remarques
This property corresponds to the GroupId attribute of a CustomAction element. For more information, see CustomAction Element.