TaxonomyWebTaggingControl.AllowFillIn Property
Gets or sets whether this control will give the option of adding new Term objects if the Open() property is set.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property AllowFillIn As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.AllowFillIn
instance.AllowFillIn = value
public bool AllowFillIn { get; set; }
Property Value
Type: System.Boolean
A Boolean that determines whether the control will give the option to create new Term objects
See Also
Reference
TaxonomyWebTaggingControl Class
TaxonomyWebTaggingControl Members