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