Gets or sets a value that indicates whether to skip duplicate items in directory listings or whether to fail.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Property SkipDuplicateItems As Boolean
	Get
	Set
C#
bool SkipDuplicateItems { get; set; }

Field Value

True to skip duplicate items; false to throw an exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also