Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.