TaxonomySiteMapNode.IsTermSet property

Gets a Boolean value that returns true if a TaxonomySiteMapNode object is bound to a NavigationTermSet object, that is, the root of the tree.

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

Syntax

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

value = instance.IsTermSet
public bool IsTermSet { get; }

Property value

Type: System.Boolean
true if the TaxonomySiteMapNode object is bound to a NavigationTermSet object; otherwise, false

See also

Reference

TaxonomySiteMapNode class

TaxonomySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace