MetadataNavigationItem.IsContentTypeField Property
Gets a flag that indicates whether this MetadataNavigationItem object represents the content type special type.
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property IsContentTypeField As Boolean
Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As Boolean
value = instance.IsContentTypeField
public bool IsContentTypeField { get; }
Property Value
Type: System.Boolean
true if this is a content type instance; otherwise, false
See Also
Reference
MetadataNavigationItem Members
Microsoft.Office.DocumentManagement.MetadataNavigation Namespace