TaxonomyField.TextField Property

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

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

Syntax

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

value = instance.TextField

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

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 identifiedby the GUID returned by this property.

See Also

Reference

TaxonomyField Class

TaxonomyField Members

Microsoft.SharePoint.Taxonomy Namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint