FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExecutionIteration..::..getVariableValue Method

Gets the variable value.

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

Syntax


public string getVariableValue(
	string variableName
)
Public Function getVariableValue ( _
	variableName As String _
) As String
public:
String^ getVariableValue(
	String^ variableName
)

Parameters

variableName
Type: String
Name of the variable.

Return Value

System.String.