TermSet.Group property

Gets the parent Group object of the current TermSet object.

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

Syntax

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

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

Property value

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

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Taxonomy namespace