TaxonomyWebTaggingControl.ExcludeKeyword Property
Gets and sets whether this control will resolve against keyword Term object or not.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property ExcludeKeyword As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.ExcludeKeyword
instance.ExcludeKeyword = value
public bool ExcludeKeyword { get; set; }
Property Value
Type: System.Boolean
Whether this control will resolve against keyword Term objects
See Also
Reference
TaxonomyWebTaggingControl Class