TaxonomyField class
Represents a taxonomy field.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldLookup
Microsoft.SharePoint.Client.Taxonomy.TaxonomyField
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Class TaxonomyField _
Inherits FieldLookup
'Usage
Dim instance As TaxonomyField
public class TaxonomyField : FieldLookup
Remarks
The TaxonomyField class is a custom field class that inherits from the SPFieldLookup class. If you set the properties of the TaxonomyField class, call the Update() method for changes to take effect in the database.
The TaxonomyFieldValue class contains the field value for the TaxonomyField class.
Either the TaxonomyFieldControl object or the TaxonomyWebTaggingControl object server controls can render a TaxonomyField 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.