TaxonomySiteMapNode.NavigationTermSet property

Gets the NavigationTermSet object that is associated with the current TaxonomySiteMapNode object.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.NavigationTermSet
The NavigationTermSet object that is associated with the current TaxonomySiteMapNode object

See also

Reference

TaxonomySiteMapNode class

TaxonomySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace