QueryProperties.MergeWithDefaultPartition property

Gets or sets a Boolean value that specifies whether the default search partition should be queried.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MergeWithDefaultPartition As Boolean
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Boolean

value = instance.MergeWithDefaultPartition

instance.MergeWithDefaultPartition = value
[DataMemberAttribute]
public bool MergeWithDefaultPartition { get; set; }

Property value

Type: System.Boolean
true if the default search partition is queried, and the results from that query merged with the search results; otherwise, false.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace