共用方式為


SPContentType.Group property

取得及設定的內容類型所指派的內容類型群組。

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

Syntax

'宣告
Public Property Group As String
    Get
    Set
'用途
Dim instance As SPContentType
Dim value As String

value = instance.Group

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

Property value

Type: System.String
內容類型群組的名稱。

備註

內容型別群組是使用者定義的群組,可協助您組織您的資料行到邏輯分類。

請參閱

參照

SPContentType class

SPContentType members

Microsoft.SharePoint namespace

其他資源

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy