SavedSearch.Deduplication property

Gets or sets the deduplication setting associated with this SavedSearch object.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Deduplication As Boolean
    Get
    Set
'Usage
Dim instance As SavedSearch
Dim value As Boolean

value = instance.Deduplication

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

Property value

Type: System.Boolean
The deduplication setting.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace