SPContentType.Group property
Gets and sets the content type group to which the content type is assigned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'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; }
Property value
Type: System.String
The name of a content type group.
Remarks
Content type groups are user-defined groups that help you organize your columns into logical categories.
See also
Reference
Microsoft.SharePoint namespace