TermStoreGenericObject class

Reserved for internal use. Generic term store object that represents the Term object, TermSet object, Group object, and so on.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Taxonomy.WebServices.TermStoreGenericObject

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class TermStoreGenericObject
'Usage
Dim instance As TermStoreGenericObject
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class TermStoreGenericObject

Remarks

The property names are greatly reduced to keep the size of the JSON string small.

This class is used for JSON serialization between term store objects and the client Internet Explorer object.

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.

See also

Reference

TermStoreGenericObject members

Microsoft.SharePoint.Taxonomy.WebServices namespace