Share via


TaxonomyWebTaggingControl.TermSetList property

Gets or sets the IDs of the TermSet object that this control will validate against

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property TermSetList As String
    Get
    Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String

value = instance.TermSetList

instance.TermSetList = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string TermSetList { get; set; }

Property value

Type: System.String
Term set IDs that are used to resolve terms

Remarks

The value passed into this method or returned from this method is a ; delimited list of GUIDs that are the TermSet.Id values of the TermSet objects that the control should resolve against.

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace

TermSet