NavigationTermSet.IsNavigationTermSet property
Gets or sets a value that indicates whether the specified TermSet object is intended to be used for navigation.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property IsNavigationTermSet As Boolean
Get
Set
'Usage
Dim instance As NavigationTermSet
Dim value As Boolean
value = instance.IsNavigationTermSet
instance.IsNavigationTermSet = value
public bool IsNavigationTermSet { get; set; }
Property value
Type: System.Boolean
true if the TermSet object is intended to be used for navigation; otherwise, false.
Remarks
The flag controls whether the Term Store Manager user interface (UI) should show additional tabs to enable editing of navigation properties for the TermSet object.
Changing this flag does not by itself affect the navigation configuration.