Gets or sets a value indicating whether this instance is valid.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

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

Field Value

true if this instance is valid; otherwise, false.

See Also