共用方式為


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。

適用於