Click or drag to resize

EvaluatorItem Property

Sets the value of a variable referenced within the expression prior to evaluation or returns the value of a variable referenced within the expression after evaluation.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public Object this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
Name of the variable referenced within the expression.

Return Value

Type: Object
Value of the variable referenced within the expression after evaluation.
See Also