TermSetItem.IsAvailableForTagging property

Gets and sets whether the TaxonomyItem should appear in the tagging UI

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

Syntax

'Declaration
Public MustOverride Property IsAvailableForTagging As Boolean
    Get
    Set
'Usage
Dim instance As TermSetItem
Dim value As Boolean

value = instance.IsAvailableForTagging

instance.IsAvailableForTagging = value
public abstract bool IsAvailableForTagging { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

Remarks

This property must be overridden.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Taxonomy namespace