Share via


SPUserCustomAction.Group property

Gets or sets the name of an action group that the custom action belongs to.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property Group As String
    Get
    Set
'Usage
Dim instance As SPUserCustomAction
Dim value As String

value = instance.Group

instance.Group = value
public virtual string Group { get; set; }

Property value

Type: System.String
The name of an action group, such as SiteSettings.

Remarks

This property corresponds to the GroupId attribute of a CustomAction element. For more information, see CustomAction Element.

See also

Reference

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace