FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsVariable..::..varValue Property

get/set the variable value

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public string varValue { get; set; }
Public Property varValue As String
	Get
	Set
public:
property String^ varValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The variable value.