  | SynchronizedNotifyingCollectionTAllowDuplicates Property  | 
            Gets or sets a value indicating whether duplicate items are allowed in 
            the collection.
            
 
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic bool AllowDuplicates { get; }Public ReadOnly Property AllowDuplicates As Boolean
	Get
public:
property bool AllowDuplicates {
	bool get ();
}member AllowDuplicates : bool with get
Property Value
Type: 
Boolean if duplicate items are allowed; otherwise, 
.
            The default value is 
.
            
See Also