Share via


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

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace