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