SearchServiceApplicationProxy.MergeWithDefaultPartition property

Gets a value that indicates whether the default Search partition should be queried.

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

Syntax

'Declaration
Public Property MergeWithDefaultPartition As Boolean
    Get
    Set
'Usage
Dim instance As SearchServiceApplicationProxy
Dim value As Boolean

value = instance.MergeWithDefaultPartition

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

Property value

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

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace