Sets whether assignment equations like y=x+1 are allowed. The default is true (assignment allowed).

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

Syntax

C#
public bool AllowAssignment { get; set; }
Visual Basic (Declaration)
Public Property AllowAssignment As Boolean
Visual C++
public:
property bool AllowAssignment {
	bool get ();
	void set (bool value);
}

See Also