CertificateQuery.IncludeDuplicates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.