Returns the id of the node (for simpler identification).

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

Syntax

C#
public int Id { get; }
Visual Basic (Declaration)
Public ReadOnly Property Id As Integer
Visual C++
public:
property int Id {
	int get ();
}

Return Value

See Also