Evaluator gets/sets the _evaluator data member
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public IEvaluator Evaluator { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Evaluator As IEvaluator  | 
| Visual C++ | 
|---|
public: property IEvaluator^ Evaluator { IEvaluator^ get (); void set (IEvaluator^ value); }  |