共用方式為


ConfigurationCollectionSchema.AllowDuplicates 屬性

定義

取得值,指出集合是否允許重複索引鍵。

public:
 property bool AllowDuplicates { bool get(); };
public bool AllowDuplicates { get; }
member this.AllowDuplicates : bool
Public ReadOnly Property AllowDuplicates As Boolean

屬性值

true 如果集合允許重複索引鍵,則為 ;否則為 false

適用於