Share via


TaxonomyItemPicker.AllowSelectTerm property

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

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

Syntax

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

value = instance.AllowSelectTerm

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

Property value

Type: System.Boolean
true if Term nodes are selectable in the tree; otherwise, false.

See also

Reference

TaxonomyItemPicker class

TaxonomyItemPicker members

Microsoft.SharePoint.Taxonomy namespace