获取或设置自定义操作属于操作组的名称。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Property Group As String
Get
Set
用法
Dim instance As SPUserCustomAction
Dim value As String
value = instance.Group
instance.Group = value
public virtual string Group { get; set; }
属性值
类型:System.String
操作组中,如SiteSettings的名称。
备注
This property corresponds to the GroupId attribute of a CustomAction element. For more information, see CustomAction Element.