Share via


CertificateQuery.IncludeDuplicates Property

Definition

Gets or sets whether to include duplicates.

public:
 property bool IncludeDuplicates { bool get(); void set(bool value); };
bool IncludeDuplicates();

void IncludeDuplicates(bool value);
public bool IncludeDuplicates { get; set; }
var boolean = certificateQuery.includeDuplicates;
certificateQuery.includeDuplicates = boolean;
Public Property IncludeDuplicates As Boolean

Property Value

Boolean

bool

True if duplicates are included; otherwise, false.

Applies to