ConfigurationCollectionSchema.AllowDuplicates 属性

定义

获取一个值,该值指示集合是否允许重复键。

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

属性值

true 如果集合允许重复键,则为 ;否则为 false

适用于