SPContentType.Group 属性

获取和设置为其分配内容类型的内容类型组。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.String
内容类型组的名称。

备注

内容类型组是用户定义的组,有助于将列组织到逻辑策略。

另请参阅

引用

SPContentType 类

SPContentType 成员

Microsoft.SharePoint 命名空间

其他资源

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy