Share via


ManagedProperty.MergeCrawledProperties Property

Gets or sets a Boolean value to indicate whether to include the contents of all crawled properties mapped to a managed property or not. If this setting is disabled, the value of the first non-empty crawled property is used as the contents of the managed property.

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

Syntax

'Declaration
Property MergeCrawledProperties As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.MergeCrawledProperties

instance.MergeCrawledProperties = value
bool MergeCrawledProperties { get; set; }

Property Value

Type: System.Boolean
[true] if the contents of all crawled properties mapped to this managed property is merged; otherwise, [false].

Remarks

This property must also be set to [true] to include all values from a multi-valued crawled property. If set to [false] it would only include the first value from a multi-valued crawled property.

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

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

Other Resources

ManagedProperty