Share via


TaxonomyWebTaggingControl.IsMulti property

Gets or sets whether this control accepts multiple Term objects.

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

Syntax

'Declaration
Public Property IsMulti As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean

value = instance.IsMulti

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

Property value

Type: System.Boolean
A Boolean that determines whether this control accepts multiple Term objects

Remarks

If set to false, on subsequently typed Terms, this property will be marked invalid after the first Term is typed even if the Term does exist.

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace