MetadataNavigationItem.IsMultiValueLookup property
Gets a flag telling if this instance represents a multivalue user or TaxonomyField object
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property IsMultiValueLookup As Boolean
Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As Boolean
value = instance.IsMultiValueLookup
public bool IsMultiValueLookup { get; }
Property value
Type: System.Boolean
true if this an instance of a multivalue user or TaxonomyField object instance; otherwise, false
See also
Reference
MetadataNavigationItem members
Microsoft.Office.DocumentManagement.MetadataNavigation namespace