Share via


MetadataNavigationItem.IsTaxonomyField property

Gets a flag indicating whether this instance represents a TaxonomyField object.

Namespace:  Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property IsTaxonomyField As Boolean
    Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As Boolean

value = instance.IsTaxonomyField
public bool IsTaxonomyField { get; }

Property value

Type: System.Boolean
true if this object is an instance of a TaxonomyField object; otherwise, false

See also

Reference

MetadataNavigationItem class

MetadataNavigationItem members

Microsoft.Office.DocumentManagement.MetadataNavigation namespace