Share via


TaxonomyItemPicker.AllowSelectGroup property

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

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

Syntax

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

value = instance.AllowSelectGroup

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

Property value

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

See also

Reference

TaxonomyItemPicker class

TaxonomyItemPicker members

Microsoft.SharePoint.Taxonomy namespace