SPUserCustomAction.Group property
取得或設定巨集指令群組所屬的自訂動作的名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.String
巨集指令群組,例如SiteSettings的名稱。
備註
This property corresponds to the GroupId attribute of a CustomAction element. For more information, see CustomAction Element.