NavigationTermSetItem class
Provides an abstract base class for the NavigationTermSet and the NavigationTermobjects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetItem
Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTerm
Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSet
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Class NavigationTermSetItem _
Inherits ClientObject
'Usage
Dim instance As NavigationTermSetItem
public class NavigationTermSetItem : ClientObject
Remarks
This NavigationTermSetItem class is analogous to the TermSetItem class.
The NavigationTerm object and NavigationTermSet object have two modes: “editable” mode and “read-only” mode. See the NavigationTermSet.GetAsEditable method to learn more about modes.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.