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