Share via


NavigationTermSet.TermGroupId property

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

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

Syntax

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

value = instance.TermGroupId
public abstract 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.Publishing.Navigation namespace