Share via


TaxonomyWebTaggingControl.TermSetId property

Gets 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
Public ReadOnly Property TermSetId As List(Of Guid)
    Get
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As List(Of Guid)

value = instance.TermSetId
public List<Guid> TermSetId { get; }

Property value

Type: System.Collections.Generic.List<Guid>
TermSet IDs that are used to resolve terms

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace

TermSet