TaxonomyItem class
The TaxonomyItem class is a base class that represents an item in the term store.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
Microsoft.SharePoint.Client.Taxonomy.TermGroup
Microsoft.SharePoint.Client.Taxonomy.TermSetItem
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Class TaxonomyItem _
Inherits ClientObject
'Usage
Dim instance As TaxonomyItem
public class TaxonomyItem : ClientObject
Remarks
A TaxonomyItem has a name and a unique Id. It also contains DateTime for when the item is created and when the item is last modified.
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.