Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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