Query.EnableInterleaving property

A Boolean value that specifies whether the ResultTable objects in the ResultTableCollection produced by running this query should be interleaved. The default value is true.

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

Syntax

'Declaration
Public Property EnableInterleaving As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.EnableInterleaving

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

Property value

Type: System.Boolean

Remarks

We do not recommend modifying this property’s value unless you want to implement your own interleaving for your Search Application.

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace