NavigationTermSet.TermGroupId property

Gets the ID of the associated Group object for this NavigationTermSet object.

Namespace:  Microsoft.SharePoint.Client.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property TermGroupId As Guid
    Get
'Usage
Dim instance As NavigationTermSet
Dim value As Guid

value = instance.TermGroupId
public Guid TermGroupId { get; }

Property value

Type: System.Guid
The ID for the associated taxonomy Group object for this NavigationTermSet object

See also

Reference

NavigationTermSet class

NavigationTermSet members

Microsoft.SharePoint.Client.Publishing.Navigation namespace