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 Class

MetadataNavigationItem Members

Microsoft.Office.DocumentManagement.MetadataNavigation Namespace