Share via


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