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