TaxonomyField.TextField property

Gets or sets the GUID that identifies the hidden text field in an item.

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

Syntax

'Declaration
Public ReadOnly Property TextField As Guid
    Get
'Usage
Dim instance As TaxonomyField
Dim value As Guid

value = instance.TextField
public Guid TextField { get; }

Property value

Type: System.Guid
A Guid object that identifies the hidden text field in an item.

Remarks

Every TaxonomyField object contains a related hidden text field that contains a string representation of the taxonomy field value. The hidden text field is identified by the GUID returned by this property.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Client.Taxonomy namespace

Microsoft.SharePoint.Client.Taxonomy

Microsoft.SharePoint