Share via


QueryProperties.BlockDedupeMode property

NOTE: This API is now obsolete.

0: None, 1:SubstrateOnly, 2:All, 3:RemoveBlockIfTopResultIdDupe

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

Syntax

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

value = instance.BlockDedupeMode

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

Property value

Type: System.Int32

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace