Share via


TermSetItem.IsAvailableForTagging property

Gets whether the TaxonomyItem object should appear in the tagging UI.

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

Syntax

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

value = instance.IsAvailableForTagging

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

Property value

Type: System.Boolean

Remarks

This property must be overridden.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Client.Taxonomy namespace