TaxonomyWebTaggingControl.SSPList Property
Gets and sets the IDs of the T:Microsoft.SharePoint.Taxonomy.TermStore objects 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 SSPList As String
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String
value = instance.SSPList
instance.SSPList = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string SSPList { get; set; }
Property Value
Type: System.String
Term store IDs that are used to resolve terms
Remarks
The value passed into this method or returned from this method is a ; delimited list of GUID's that are the TermStore.Id values of the TermStore objects that the control should resolve against.
See Also
Reference
TaxonomyWebTaggingControl Class
TaxonomyWebTaggingControl Members