Share via


QueryProperties.EnableResultBlocksOnRefinement property

NOTE: This API is now obsolete.

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

Syntax

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

value = instance.EnableResultBlocksOnRefinement

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

Property value

Type: System.Nullable<Boolean>

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace