NodeFac gets/sets the _nodeFac data member

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

Syntax

C#
public NodeFactory NodeFac { get; set; }
Visual Basic (Declaration)
Public Property NodeFac As NodeFactory
Visual C++
public:
property NodeFactory^ NodeFac {
	NodeFactory^ get ();
	void set (NodeFactory^ value);
}

See Also