TaxonomyField.AllowMultipleValues property
Gets or sets a Boolean value that specifies whether multiple Term objects can be used in the TaxonomyField object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Property AllowMultipleValues As Boolean
Get
Set
'Usage
Dim instance As TaxonomyField
Dim value As Boolean
value = instance.AllowMultipleValues
instance.AllowMultipleValues = value
public override bool AllowMultipleValues { get; set; }
Property value
Type: System.Boolean
true to specify that multiple Term objects can be used in the TaxonomyField, otherwise false.