Gets or sets whether empty or null strings will be rejected as invalid. The default value is true, meaning that an empty or null string will be considered invalid.

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

Syntax

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

See Also