TaxonomyWebTaggingControl.IsSpanTermSets Property
Gets and sets whether this control will resolve against all TermSet objects or only the TermSet objects provided.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsSpanTermSets As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsSpanTermSets
instance.IsSpanTermSets = value
public bool IsSpanTermSets { get; set; }
Property Value
Type: System.Boolean
A Boolean that determines whether this control will resolve against all TermSet objects
See Also
Reference
TaxonomyWebTaggingControl Class