Query.EnableInterleaving - Propriété
Une valeur Boolean qui indique si les objets ResultTable dans la ResultTableCollection générés par l'exécution de cette requête doit être avie.
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public Property EnableInterleaving As Boolean
Get
Set
'Utilisation
Dim instance As Query
Dim value As Boolean
value = instance.EnableInterleaving
instance.EnableInterleaving = value
public bool EnableInterleaving { get; set; }
Valeur de propriété
Type : System.Boolean
Remarques
La valeur par défaut est true.
Nous ne recommandons pas modifier la valeur de cette propriété, sauf si vous souhaitez implémenter votre propre méthode d'imbrication pour votre Application de recherche.