Sets whether the value of variable is valid.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void SetValidValue(
	bool val
)
Visual Basic (Declaration)
Public Sub SetValidValue ( _
	val As Boolean _
)
Visual C++
public:
void SetValidValue(
	bool val
)

Parameters

val
Type: System..::.Boolean

See Also