Gets/sets the _isConstant data variable

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

Syntax

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

See Also