ConfigurationCollectionSchema.AllowDuplicates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.