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 and sets the content type group to which the content type is assigned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Group As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.Group
instance.Group = value
public string Group { get; set; }
Type: System.String
The name of a content type group.
Content type groups are user-defined groups that help you organize your columns into logical categories.