CertificateQuery.IncludeDuplicates 属性

定义

获取或设置是否包含重复项。

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

属性值

Boolean

bool

如果包含重复项,则为 True;否则为 false。

适用于