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