Share via


TaxonomyWebTaggingControl.SspId property

Gets the IDs of the TermStore objects that this control will validate against.

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

Syntax

'Declaration
Public ReadOnly Property SspId As List(Of Guid)
    Get
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As List(Of Guid)

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

Property value

Type: System.Collections.Generic.List<Guid>
Term store ID's that are used to resolve terms

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace

TermStore