Query.EnableInterleaving property

NOTE: This API is now obsolete.

True if the ResultTables in the ResultTableCollection produced by executing this query should be interleaved. False otherwise. The default value is true.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property EnableInterleaving As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.EnableInterleaving

instance.EnableInterleaving = value
[ObsoleteAttribute("This class is obsolete.")]
public bool EnableInterleaving { get; set; }

Property value

Type: System.Boolean

Remarks

This property's value should only be changed in the SearchApp wants to implement their own interleaving, which is not usual.

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace