Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.