Share via


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

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace