Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Overridable Property Group As String
Get
Set
'Usage
Dim instance As SPUserCustomAction
Dim value As String
value = instance.Group
instance.Group = value
[ClientCallablePropertyAttribute]
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.