TermSet.Group property

Gets the parent TermGroup object of the current TermSet object.

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

Syntax

'Declaration
Public ReadOnly Property Group As TermGroup
    Get
'Usage
Dim instance As TermSet
Dim value As TermGroup

value = instance.Group
public TermGroup Group { get; }

Property value

Type: Microsoft.SharePoint.Client.Taxonomy.TermGroup
The parent TermGroup of the current TermSet

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Client.Taxonomy namespace