PathCollectionAllowDuplicates Property |
Gets or sets a value indicating whether to allow duplicate entries in the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
Booleanfalse (default) if duplicate entries are suppressed; otherwise,
true.
See Also