Gets or sets whether to include soft-deleted items in the uniqueness check.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool IncludeDeleted { get; set; }
Visual Basic (Declaration)
Public Property IncludeDeleted As Boolean

See Also