Share via


TaxonomyItemPicker.AllowSelectTermStore property

Gets or sets a value that indicates whether the TermStore nodes are selectable in the tree.

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

Syntax

'Declaration
Public Property AllowSelectTermStore As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyItemPicker
Dim value As Boolean

value = instance.AllowSelectTermStore

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

Property value

Type: System.Boolean
true if the TermStore nodes are selectable; otherwise, false.

See also

Reference

TaxonomyItemPicker class

TaxonomyItemPicker members

Microsoft.SharePoint.Taxonomy namespace