PathCollectionAllowDuplicates Property |
Gets or sets a value indicating whether to allow duplicate entries in the list.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool AllowDuplicates { get; set; }Public Property AllowDuplicates As Boolean
Get
Set
public:
property bool AllowDuplicates {
bool get ();
void set (bool value);
}member AllowDuplicates : bool with get, set
Property Value
Booleanfalse (default) if duplicate entries are suppressed; otherwise,
true.
See Also