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.

See Also

Reference

TaxonomyField Class

TaxonomyField Members

Microsoft.SharePoint.Taxonomy Namespace

TaxonomyFieldValue

TaxonomyFieldValueCollection

Microsoft.SharePoint.Taxonomy

SPFieldLookup

Microsoft.SharePoint