ConfigurationCollectionSchema.AllowDuplicates Property

Definition

Gets a value indicating whether the collection allows duplicate keys.

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

Property Value

true if the collection allows duplicate keys; otherwise, false.

Applies to