Share via


TaxonomyWebTaggingControl.IsSpanTermStores property

Gets or sets whether this control will resolve against all TermStore objects or only the TermStore objects provided.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Property IsSpanTermStores As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean

value = instance.IsSpanTermStores

instance.IsSpanTermStores = value
public bool IsSpanTermStores { get; set; }

Property value

Type: System.Boolean
A Boolean that determines whether this control will resolve against all TermStore objects

Remarks

To resolve against all TermStore objects, the IsSpanTermSets property must also be set to true

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace