Returns trueTruetruetrue (True in Visual Basic) if this object is valid.

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

Syntax

C#
[BrowsableAttribute(false)]
public bool IsValid { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property IsValid As Boolean

See Also