TaxonomyWebTaggingControl.Text property

Gets input from and sets output to the TaxonomyWebTaggingControl object.

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

Syntax

'Declaration
Public Property Text As String
    Get
    Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }

Property value

Type: System.String
Label/GUID pairs that represent a Term object that is displayed in the control

Remarks

Set values into this control as pairs of labels and GUIDs. The delimiter between a label and a GUID is the | character. When using multiple values, delimit them with a ; character. Example: term1|12345678-1234-1234-1234-123456789012;term2|87654321-4321-4321-4321-210987654321

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace

TaxonomyFieldValue

TaxonomyFieldValueCollection