Share via


CrawledProperty.IsMultiValued Property

Gets a Boolean value indicating that the crawled property can take multiple values as input.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Property IsMultiValued As Boolean
    Get
'Usage
Dim instance As CrawledProperty
Dim value As Boolean

value = instance.IsMultiValued
bool IsMultiValued { get; }

Property Value

Type: System.Boolean
true if the crawled property can take multiple values as input; otherwise, false.

Remarks

Independent of this property, crawled properties can be multivalued as specified by the crawled property's variant type. Be aware that when mapping a multivalued crawled property to a managed property, the managed property must have MergeCrawledProperties set to true.

See Also

Reference

CrawledProperty Interface

CrawledProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace